Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp809 return T->isStandardLayoutType(); in EvaluateUnaryTypeTrait()
2484 if (!B.getType()->isStandardLayoutType()) { in DiagnoseNonStandardLayoutReason()
2549 if (!Field->getType()->isStandardLayoutType()) { in DiagnoseNonStandardLayoutReason()
H A DSemaChecking.cpp15238 if (!T1->isStandardLayoutType() || !T2->isStandardLayoutType()) in isLayoutCompatible()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3075 bool Type::isStandardLayoutType() const { in isStandardLayoutType() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2490 bool isStandardLayoutType() const;