Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp2705 bool Type::isStandardLayoutType() const { in isStandardLayoutType() function in Type
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h2078 bool isStandardLayoutType() const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp5055 return T->isStandardLayoutType(); in EvaluateUnaryTypeTrait()
H A DSemaChecking.cpp17374 if (!T1->isStandardLayoutType() || !T2->isStandardLayoutType()) in isLayoutCompatible()