Home
last modified time | relevance | path

Searched defs:isPOD (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddstruct.d404 final bool isPOD() in isPOD() function
H A Dtypesem.d1531 const isPOD = !ts || ts.sym.isPOD(); in typeSemantic() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddstruct.c1424 bool StructDeclaration::isPOD() in isPOD() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1125 bool isPOD() const { return data().PlainOldData; } in isPOD() function