Searched refs:__all (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Makefile.autoconf | 13 __all: include/autoconf.mk include/autoconf.mk.dep 16 __all: spl/include/autoconf.mk 20 __all: tpl/include/autoconf.mk
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A 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 …]
|
| H A 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 …]
|
| H A 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}...>;
|
| H A D | utility | 1613 typename enable_if<__all<__has_enabled_hash<_Keys>::value...>::value>::type
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A 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 …]
|
| H A 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 …]
|
| H A 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}...>;
|
| H A D | utility | 1613 typename enable_if<__all<__has_enabled_hash<_Keys>::value...>::value>::type
|
| /OK3568_Linux_fs/kernel/ |
| H A D | Makefile | 18 PHONY := __all 19 __all: target 180 $(filter-out $(this-makefile), $(MAKECMDGOALS)) __all: __sub-make target 641 __all: all target 643 __all: modules target
|
| H A D | Makefile-bak | 18 PHONY := __all 19 __all: 180 $(filter-out $(this-makefile), $(MAKECMDGOALS)) __all: __sub-make 639 # but instead __all depend on modules 642 __all: all 644 __all: modules
|