Home
last modified time | relevance | path

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

/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