Home
last modified time | relevance | path

Searched refs:trait (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dhas_xxx.hpp93 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF_(trait, name, default_) \ argument
95 struct BOOST_PP_CAT(trait,_impl) : T \
110 struct trait \
114 , BOOST_PP_CAT(trait,_impl)<T> \
119 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, void) \
120 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, bool) \
121 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, char) \
122 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, signed char) \
123 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, unsigned char) \
124 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, signed short) \
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dtraits_lambda_spec.hpp24 # define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC_IMPL(i, trait) /**/ argument
28 # define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC_IMPL(i, trait) \ argument
29 template<> struct trait<void_> \
39 # define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC_IMPL(i, trait) \ argument
40 template<> struct trait<void_> \
46 template<> struct trait<int> \
58 #define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC(i, trait) \ argument
59 BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC_IMPL(i, trait) \
60 template<> struct trait<non_sequence_tag> {}; \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dbool_trait_def.hpp25 # define BOOST_IOSTREAMS_TRAIT_NAMESPACE(trait) argument
27 # define BOOST_IOSTREAMS_TRAIT_NAMESPACE(trait) BOOST_PP_CAT(trait, _impl_):: argument
29 #define BOOST_IOSTREAMS_BOOL_TRAIT_DEF(trait, type, arity) \ argument
30 namespace BOOST_PP_CAT(trait, _impl_) { \
38 (sizeof(BOOST_IOSTREAMS_TRAIT_NAMESPACE(trait) \
44 struct trait \
45 : mpl::bool_<BOOST_PP_CAT(trait, _impl_)::impl<T>::value> \
46 { BOOST_MPL_AUX_LAMBDA_SUPPORT(1, trait, (T)) }; \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0001-CVE-2021-46195.patch117 /* A trait in a trait object may have some "existential projections"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dtype_traits214 // For several sfinae-friendly trait implementations we transport both the
1451 // helper trait for unique_ptr<T[]>, shared_ptr<T[]>, and span<T, N>
2125 // Decay trait for arrays and functions, used for perfect forwarding
2641 // Internal type trait that allows us to sfinae-protect tuple_cat.
H A Dtuple1698 // Unpack a std::tuple into a type trait and use its value.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dtype_traits214 // For several sfinae-friendly trait implementations we transport both the
1451 // helper trait for unique_ptr<T[]>, shared_ptr<T[]>, and span<T, N>
2125 // Decay trait for arrays and functions, used for perfect forwarding
2641 // Internal type trait that allows us to sfinae-protect tuple_cat.
H A Dtuple1698 // Unpack a std::tuple into a type trait and use its value.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/cp/
H A Dcp-tree.def464 /* Represents a trait expression during template expansion. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/cp/
H A Dcp-tree.def464 /* Represents a trait expression during template expansion. */
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtuple567 // This trait is used to disable the tuple-like constructor when
H A Dtype_traits4669 static_assert(_Support, "The underyling_type trait requires compiler "
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtuple567 // This trait is used to disable the tuple-like constructor when
H A Dtype_traits4669 static_assert(_Support, "The underyling_type trait requires compiler "
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info54169 trait is 'false'. Otherwise if '__has_trivial_assign (type)' is
54170 'true' then the trait is 'true', else if 'type' is a cv-qualified
54172 not to throw an exception then the trait is 'true', else it is
54177 If '__has_trivial_copy (type)' is 'true' then the trait is 'true',
54180 trait is 'true', else it is 'false'. Requires: 'type' shall be a
54185 If '__has_trivial_constructor (type)' is 'true' then the trait is
54188 exception then the trait is 'true', else it is 'false'. Requires:
54194 trait is 'false'. Otherwise if '__is_pod (type)' is 'true' then
54195 the trait is 'true', else if 'type' is a cv-qualified class or
54197 trait is 'true', else it is 'false'. Requires: 'type' shall be a
[all …]
H A Dgdb.info14515 'Drop' trait. Objects that may be created by the evaluator will
H A Dgccint.info36794 trait set, return 0 if not present in any OpenMP context in the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info54169 trait is 'false'. Otherwise if '__has_trivial_assign (type)' is
54170 'true' then the trait is 'true', else if 'type' is a cv-qualified
54172 not to throw an exception then the trait is 'true', else it is
54177 If '__has_trivial_copy (type)' is 'true' then the trait is 'true',
54180 trait is 'true', else it is 'false'. Requires: 'type' shall be a
54185 If '__has_trivial_constructor (type)' is 'true' then the trait is
54188 exception then the trait is 'true', else it is 'false'. Requires:
54194 trait is 'false'. Otherwise if '__is_pod (type)' is 'true' then
54195 the trait is 'true', else if 'type' is a cv-qualified class or
54197 trait is 'true', else it is 'false'. Requires: 'type' shall be a
[all …]
H A Dgdb.info14515 'Drop' trait. Objects that may be created by the evaluator will
H A Dgccint.info36794 trait set, return 0 if not present in any OpenMP context in the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtarget.def1693 "Return 1 if @var{trait} @var{name} is present in the OpenMP context's\n\
1694 device trait set, return 0 if not present in any OpenMP context in the\n\
1697 int, (enum omp_device_kind_arch_isa trait, const char *name), NULL)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtarget.def1693 "Return 1 if @var{trait} @var{name} is present in the OpenMP context's\n\
1694 device trait set, return 0 if not present in any OpenMP context in the\n\
1697 int, (enum omp_device_kind_arch_isa trait, const char *name), NULL)