Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp2970 bool Type::isStandardLayoutType() const { in isStandardLayoutType() function in Type
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h2437 bool isStandardLayoutType() const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp13806 if (!T1->isStandardLayoutType() || !T2->isStandardLayoutType()) in isLayoutCompatible()
HDSemaExprCXX.cpp5308 return T->isStandardLayoutType(); in EvaluateUnaryTypeTrait()