Home
last modified time | relevance | path

Searched refs:isStandardLayoutType (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp2619 bool Type::isStandardLayoutType() const { in isStandardLayoutType() function in Type
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h1943 bool isStandardLayoutType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp15640 if (!T1->isStandardLayoutType() || !T2->isStandardLayoutType()) in isLayoutCompatible()
H A DSemaExprCXX.cpp4841 return T->isStandardLayoutType(); in EvaluateUnaryTypeTrait()
H A DSemaDecl.cpp8694 !PointeeType->isStandardLayoutType()) in getOpenCLKernelParameterType()