HomeSort by relevance Sort by last modified time
    Searched defs:is_pod (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaTemplate/
instantiate-expr-4.cpp 202 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/
cindex.py 1582 def is_pod(self): member in class:Type
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 115 void is_pod() function
    [all...]

Completed in 290 milliseconds