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

  /external/clang/test/SemaCXX/
libstdcxx_is_pod_hack.cpp 4 // 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 { // expected-warning {{keyword '__is_pod' will be made available as an identifier}} struct
11 __is_pod() {} function in struct:__is_pod
14 __is_pod<int> ipi;
36 bool b = __is_pod(int);
37 must_be_true<__is_pod(int)> mbt;
47 # error __is_pod should still be available
    [all...]
  /external/clang/test/PCH/
cxx-traits.h 6 struct __is_pod { // expected-warning {{keyword '__is_pod' will be made available as an identifier for the remainder of the translation unit}} struct in namespace:n

Completed in 64 milliseconds