Searched refs:__all (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/libcxx/include/__ranges/ |
H A D | all.h | 36 namespace __all { 72 inline constexpr auto all = __all::__fn{};
|
/openbsd/gnu/llvm/libcxx/include/__tuple_dir/ |
H A D | sfinae_helpers.h | 41 struct __all : _IsSame<__all_dummy<_Pred...>, __all_dummy<((void)_Pred, true)...>> {}; struct 47 -> __all<__enable_if_t<_Trait<_LArgs, _RArgs>::value, bool>{true}...>;
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | variant | 552 __all<is_same_v<_Fp, _Fs>...>::value, 1100 __all<(is_nothrow_move_constructible_v<_Types> && 1296 __all<is_copy_constructible_v<_Types>...>::value, 1297 __all<is_move_constructible_v<_Types>...>::value>, 1299 __all<(is_copy_constructible_v<_Types> && 1301 __all<(is_move_constructible_v<_Types> && 1306 static_assert(__all<!is_array_v<_Types>...>::value, 1309 static_assert(__all<!is_reference_v<_Types>...>::value, 1312 static_assert(__all<!is_void_v<_Types>...>::value, 1476 __all<( [all …]
|
H A D | tuple | 471 : __all<is_default_constructible<_Tp>::value...> 484 _NOEXCEPT_(__all<is_nothrow_default_constructible<_Tp>::value...>::value) {} 493 _NOEXCEPT_((__all<is_nothrow_constructible<_Tf, _Up>::value...>::value && 494 __all<is_nothrow_default_constructible<_Tl>::value...>::value)) : 538 _NOEXCEPT_(__all<__is_nothrow_swappable<_Tp>::value...>::value) 545 _NOEXCEPT_(__all<__is_nothrow_swappable<const _Tp>::value...>::value) 1296 void swap(tuple& __t) _NOEXCEPT_(__all<__is_nothrow_swappable<_Tp>::value...>::value) 1361 __enable_if_t<__all<__is_swappable<_Tp>::value...>::value, void> 1363 _NOEXCEPT_(__all<__is_nothrow_swappable<_Tp>::value...>::value) 1369 enable_if_t<__all<is_swappable_v<const _Tp>...>::value, void> [all …]
|
H A D | array | 381 class = enable_if_t<__all<_IsSame<_Tp, _Args>::value...>::value>
|
/openbsd/gnu/llvm/libcxx/include/__functional/ |
H A D | hash.h | 686 typename enable_if<__all<__has_enabled_hash<_Keys>::value...>::value>::type
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_cuda_device_functions.h | 29 __DEVICE__ int __all(int __a) { return __nvvm_vote_all(__a); } in __all() function
|