Home
last modified time | relevance | path

Searched refs:has_trivial_default_constructor (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dhas_trivial_constructor.hpp51 template <class T> struct has_trivial_default_constructor : public has_trivial_constructor<T> {}; struct
Dintrinsics.hpp68 …ONSTRUCTOR(T) ::boost::is_same< typename ::__type_traits<T>::has_trivial_default_constructor, ::__…
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/
Ddefault_constructible_unary_fn.hpp72 boost::has_trivial_default_constructor<F>,
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/test/
Dboost_has_sgi_type_traits.ipp26 typedef ::__type_traits<char>::has_trivial_default_constructor tdc;
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/memory/
DLazyInstance.h30 std::has_trivial_default_constructor<T>;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dtype_traits_test.cpp41 typedef boost::has_trivial_default_constructor<int> t26;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/doc/
Dhas_trivial_constructor.qbk14 struct has_trivial_default_constructor : public __tof {};
Dtype_traits.qbk96 …structor [link boost_typetraits.reference.has_trivial_constructor has_trivial_default_constructor]]
384 [section:has_trivial_def_cons has_trivial_default_constructor]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
Dtype_traits1209 /// has_trivial_default_constructor (temporary legacy)
1211 struct has_trivial_default_constructor
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/
Dtype_traits1209 /// has_trivial_default_constructor (temporary legacy)
1211 struct has_trivial_default_constructor
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1284 void has_trivial_default_constructor() { in has_trivial_default_constructor() function