Searched defs:__is_pod (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/PCH/
H A Dcxx-traits.h4 struct __is_pod { struct
/external/clang/test/SemaCXX/
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

Completed in 164 milliseconds