Home
last modified time | relevance | path

Searched defs:is_trivially_constructible (Results 1 – 9 of 9) sorted by relevance

/external/llvm-libc/src/__support/CPP/type_traits/
Dis_trivially_constructible.h19 struct is_trivially_constructible struct
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/type_traits/
Dis_trivially_constructible.h19 struct is_trivially_constructible struct
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/type_traits/
Dis_trivially_constructible.h19 struct is_trivially_constructible struct
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__type_traits/
Dis_trivially_constructible.h24 struct _LIBCPP_TEMPLATE_VIS is_trivially_constructible struct
/external/cronet/tot/third_party/libc++/src/include/__type_traits/
Dis_trivially_constructible.h24 struct _LIBCPP_TEMPLATE_VIS is_trivially_constructible struct
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__type_traits/
Dis_trivially_constructible.h24 struct _LIBCPP_TEMPLATE_VIS is_trivially_constructible struct
/external/cronet/stable/third_party/libc++/src/include/__type_traits/
Dis_trivially_constructible.h24 struct _LIBCPP_TEMPLATE_VIS is_trivially_constructible struct
/external/clang/test/PCH/
Dcxx-traits.h16 struct is_trivially_constructible { struct
17 static const bool value = __is_trivially_constructible(T, Args...); argument
/external/clang/test/SemaCXX/
Dtype-traits.cpp2055 struct is_trivially_constructible { struct
2056 static const bool value = __is_trivially_constructible(T, Args...); argument