Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__type_traits/
Dis_pod.h21 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_pod struct
/external/clang/test/SemaTemplate/
Dinstantiate-expr-4.cpp207 struct is_pod { struct
208 static const bool value = __is_pod(T); argument
/external/clang/bindings/python/clang/
Dcindex.py1913 def is_pod(self): member in Type
/external/clang/test/SemaCXX/
Dtype-traits.cpp166 void is_pod() in is_pod() function