Home
last modified time | relevance | path

Searched defs:is_pod (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dis_pod.h22 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_pod : public integral_constant<bool, __is_pod(_Tp)> {}; struct
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-expr-4.cpp216 struct is_pod { struct
217 static const bool value = __is_pod(T); argument
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp214 void is_pod() in is_pod() function