Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2970 bool Type::isStandardLayoutType() const { in isStandardLayoutType() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2437 bool isStandardLayoutType() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13806 if (!T1->isStandardLayoutType() || !T2->isStandardLayoutType()) in isLayoutCompatible()
H A DSemaExprCXX.cpp5308 return T->isStandardLayoutType(); in EvaluateUnaryTypeTrait()