Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp667 if (T.isTrivialType(VD->getASTContext())) in translateDeclStmt()
876 if (!T.isTrivialType(Pm->getASTContext())) in enterCFG()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2650 bool QualType::isTrivialType(const ASTContext &Context) const { in isTrivialType() function in QualType
2658 return Context.getBaseElementType(*this).isTrivialType(Context); in isTrivialType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1119 bool isTrivialType(const ASTContext &Context) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5304 return T.isTrivialType(C); in EvaluateUnaryTypeTrait()