Searched refs:__is_pod (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dunary-type-trait.cpp3 bool a() { return __is_pod(int); }
/external/clang/test/SemaCXX/
H A Dtype-traits-incomplete.cpp6 __is_pod(S); // expected-error{{incomplete type 'S' used in type trait expression}}
7 __is_pod(S[]); // expected-error{{incomplete type 'S' used in type trait expression}}
H A Dlibstdcxx_is_pod_hack.cpp4 // issues with GCC's evolution. libstdc++ 4.2.x uses __is_pod as an
6 // GCC 4.3 and newer make __is_pod a keyword. Clang treats __is_pod as
10 struct __is_pod { struct
13 __is_pod<int> ipi;
32 # error __is_pod won't work now anyway
H A Dtype-traits.cpp117 { int arr[T(__is_pod(int))]; }
118 { int arr[T(__is_pod(Enum))]; }
119 { int arr[T(__is_pod(POD))]; }
120 { int arr[T(__is_pod(Int))]; }
121 { int arr[T(__is_pod(IntAr))]; }
122 { int arr[T(__is_pod(Statics))]; }
123 { int arr[T(__is_pod(Empty))]; }
124 { int arr[T(__is_pod(EmptyUnion))]; }
125 { int arr[T(__is_pod(Union))]; }
126 { int arr[T(__is_pod(HasFun
[all...]
H A Dnullptr.cpp113 static_assert(__is_pod(nullptr_t), "");
/external/clang/test/PCH/
H A Dcxx-traits.cpp7 bool _Is_pod_comparator = __is_pod<int>::__value;
H A Dcxx-traits.h4 struct __is_pod { struct
/external/stlport/stlport/stl/config/
H A D_msvc.h86 # define _STLP_IS_POD(T) __is_pod(T)
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp313 __is_pod(Types); // expected-error{{expression contains unexpanded parameter pack 'Types'}}
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-4.cpp203 static const bool value = __is_pod(T);

Completed in 142 milliseconds