Home
last modified time | relevance | path

Searched refs:__all (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/libcxx/include/__ranges/
HDall.h38 namespace __all {
66 inline constexpr auto all = __all::__fn{};
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__type_traits/
HDconjunction.h45 struct __all : _IsSame<__all_dummy<_Pred...>, __all_dummy<((void)_Pred, true)...> > {}; struct
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDvariant526__all<is_same_v<_Fp, _Fs>...>::value, "`std::visit` requires the visitor to have a single return t…
562 static_assert(__all<(__np == __remove_cvref_t<_Vs>::__size())...>::value);
862 __all<is_nothrow_move_constructible_v<_Types>...>::value)
990__all<(is_nothrow_move_constructible_v<_Types> && is_nothrow_move_assignable_v<_Types>)...>::value…
1075 if constexpr (__all<is_nothrow_move_constructible_v<_Types>...>::value) {
1168 : private __sfinae_ctor_base< __all<is_copy_constructible_v<_Types>...>::value,
1169 __all<is_move_constructible_v<_Types>...>::value>,
1171 __all<(is_copy_constructible_v<_Types> && is_copy_assignable_v<_Types>)...>::value,
1172 __all<(is_move_constructible_v<_Types> && is_move_assignable_v<_Types>)...>::value> {
1175 …static_assert(__all<!is_array_v<_Types>...>::value, "variant can not have an array type as an alte…
[all …]
HDtuple450 struct __all_default_constructible<__tuple_types<_Tp...>> : __all<is_default_constructible<_Tp>::va…
461 __all<is_nothrow_default_constructible<_Tp>::value...>::value) {}
469 _Up&&... __u) noexcept(__all<is_nothrow_constructible<_Tf, _Up>::value...>::value &&
470 __all<is_nothrow_default_constructible<_Tl>::value...>::value)
487 (__all<is_nothrow_constructible<
508 swap(__tuple_impl& __t) noexcept(__all<__is_nothrow_swappable_v<_Tp>...>::value) {
513 noexcept(__all<__is_nothrow_swappable_v<const _Tp>...>::value) {
988 noexcept(__all<__is_nothrow_swappable_v<_Tp>...>::value) {
994 noexcept(__all<is_nothrow_swappable_v<const _Tp&>...>::value) {
1045 template <class... _Tp, __enable_if_t<__all<__is_swappable_v<_Tp>...>::value, int> = 0>
[all …]
HDarray383 template <class _Tp, class... _Args, class = enable_if_t<__all<_IsSame<_Tp, _Args>::value...>::valu…
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__tuple/
HDsfinae_helpers.h39 … __tuple_types<_RArgs...>) -> __all<__enable_if_t<_Trait<_LArgs, _RArgs>::value, bool>{true}...>;
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__functional/
HDhash.h532 …__enable_hash_helper_imp<_Type, __enable_if_t<__all<__has_enabled_hash<_Keys>::value...>::value> >;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_device_functions.h29 __DEVICE__ int __all(int __a) { return __nvvm_vote_all(__a); } in __all() function