Searched refs:__all (Results 1 – 11 of 11) sorted by relevance
/external/libcxx/include/ |
D | tuple | 350 struct __lazy_all : __all<_Tp::value...> {}; 357 : __all<is_default_constructible<_Tp>::value...> 370 _NOEXCEPT_(__all<is_nothrow_default_constructible<_Tp>::value...>::value) {} 379 _NOEXCEPT_((__all<is_nothrow_constructible<_Tf, _Up>::value...>::value && 380 __all<is_nothrow_default_constructible<_Tl>::value...>::value)) : 405 …__tuple_impl(_Tuple&& __t) _NOEXCEPT_((__all<is_nothrow_constructible<_Tp, typename tuple_element<… 432 …operator=(_Tuple&& __t) _NOEXCEPT_((__all<is_nothrow_assignable<_Tp&, typename tuple_element<_Indx, 445 …operator=(const __tuple_impl& __t) _NOEXCEPT_((__all<is_nothrow_copy_assignable<_Tp>::value...>::v… 453 …operator=(__tuple_impl&& __t) _NOEXCEPT_((__all<is_nothrow_move_assignable<_Tp>::value...>::value)) 461 _NOEXCEPT_(__all<__is_nothrow_swappable<_Tp>::value...>::value) [all …]
|
D | variant | 474 __all<is_same_v<_Fp, _Fs>...>::value, 520 static_assert(__all<(_Np == __uncvref_t<_Vs>::__size())...>::value); 840 __all<is_nothrow_move_constructible_v<_Types>...>::value) 979 __all<(is_nothrow_move_constructible_v<_Types> && 1113 __all<is_copy_constructible_v<_Types>...>::value, 1114 __all<is_move_constructible_v<_Types>...>::value>, 1116 __all<(is_copy_constructible_v<_Types> && 1118 __all<(is_move_constructible_v<_Types> && 1123 static_assert(__all<!is_array_v<_Types>...>::value, 1126 static_assert(__all<!is_reference_v<_Types>...>::value, [all …]
|
D | __tuple | 395 using __all = is_same<__all_dummy<_Pred...>, __all_dummy<((void)_Pred, true)...>>; 401 -> __all<typename enable_if<_Trait<_LArgs, _RArgs>::value, bool>::type{true}...>;
|
D | utility | 1613 typename enable_if<__all<__has_enabled_hash<_Keys>::value...>::value>::type
|
/external/llvm-project/libcxx/include/ |
D | tuple | 364 : __all<is_default_constructible<_Tp>::value...> 377 _NOEXCEPT_(__all<is_nothrow_default_constructible<_Tp>::value...>::value) {} 386 _NOEXCEPT_((__all<is_nothrow_constructible<_Tf, _Up>::value...>::value && 387 __all<is_nothrow_default_constructible<_Tl>::value...>::value)) : 412 …__tuple_impl(_Tuple&& __t) _NOEXCEPT_((__all<is_nothrow_constructible<_Tp, typename tuple_element<… 439 …operator=(_Tuple&& __t) _NOEXCEPT_((__all<is_nothrow_assignable<_Tp&, typename tuple_element<_Indx, 452 …operator=(const __tuple_impl& __t) _NOEXCEPT_((__all<is_nothrow_copy_assignable<_Tp>::value...>::v… 460 …operator=(__tuple_impl&& __t) _NOEXCEPT_((__all<is_nothrow_move_assignable<_Tp>::value...>::value)) 468 _NOEXCEPT_(__all<__is_nothrow_swappable<_Tp>::value...>::value) 504 return __all<__is_implicitly_default_constructible<_Tp>::value... >::value; [all …]
|
D | variant | 477 __all<is_same_v<_Fp, _Fs>...>::value, 523 static_assert(__all<(_Np == __uncvref_t<_Vs>::__size())...>::value); 843 __all<is_nothrow_move_constructible_v<_Types>...>::value) 982 __all<(is_nothrow_move_constructible_v<_Types> && 1070 if constexpr (__all<is_nothrow_move_constructible_v<_Types>...>::value) { 1175 __all<is_copy_constructible_v<_Types>...>::value, 1176 __all<is_move_constructible_v<_Types>...>::value>, 1178 __all<(is_copy_constructible_v<_Types> && 1180 __all<(is_move_constructible_v<_Types> && 1185 static_assert(__all<!is_array_v<_Types>...>::value, [all …]
|
D | __tuple | 390 using __all = _IsSame<__all_dummy<_Pred...>, __all_dummy<((void)_Pred, true)...>>; 396 -> __all<typename enable_if<_Trait<_LArgs, _RArgs>::value, bool>::type{true}...>;
|
D | array | 364 class = _EnableIf<__all<_IsSame<_Tp, _Args>::value...>::value>
|
D | utility | 1618 typename enable_if<__all<__has_enabled_hash<_Keys>::value...>::value>::type
|
/external/tensorflow/tensorflow/core/util/ |
D | gpu_device_functions.h | 337 return __all(pred); in GpuAllSync()
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_device_functions.h | 29 __DEVICE__ int __all(int __a) { return __nvvm_vote_all(__a); } in __all() function
|