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

/external/protobuf/src/google/protobuf/stubs/
H A Dtype_traits.h43 // is_pod
78 template <class T> struct is_pod;
199 // We can't get is_pod right without compiler help, so fail conservatively.
203 template <class T> struct is_pod struct in namespace:google::protobuf::internal
211 template <class T> struct is_pod<const T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
212 template <class T> struct is_pod<volatile T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
213 template <class T> struct is_pod<const volatile T> : is_pod< struct in namespace:google::protobuf::internal
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-4.cpp202 struct is_pod { struct
206 static int is_pod0[is_pod<X>::value? -1 : 1];
207 static int is_pod1[is_pod<Y>::value? 1 : -1];
349 return is_pod<X>::value; // expected-error{{non-const lvalue reference to type 'int' cannot bind to a value of unrelated type 'const bool'}}
/external/clang/bindings/python/clang/
H A Dcindex.py1834 def is_pod(self): member in class:Type
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp153 void is_pod() function

Completed in 2198 milliseconds