Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dcxx-traits.h16 struct is_trivially_constructible { struct
17 static const bool value = __is_trivially_constructible(T, Args...); argument
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dtype-traits.cpp1983 struct is_trivially_constructible { struct
1984 static const bool value = __is_trivially_constructible(T, Args...); argument