Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_trivially_constructible.h17 // is_trivially_constructible struct
/llvm-project/libcxx/include/__type_traits/
H A Dis_trivially_constructible.h24 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_trivially_constructible struct
/llvm-project/clang/test/PCH/
H A Dcxx-traits.h16 struct is_trivially_constructible { struct
17 static const bool value = __is_trivially_constructible(T, Args...); argument
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp2877 struct is_trivially_constructible { global() struct
2878 valueis_trivially_constructible global() argument
[all...]