Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DThrowByValueCatchByReferenceCheck.cpp156 if (!caughtType.isTrivialType(context)) { in diagnoseCatchLocations()
/external/llvm-project/clang/lib/Analysis/
DThreadSafetyCommon.cpp621 if (T.isTrivialType(VD->getASTContext())) in translateDeclStmt()
830 if (!T.isTrivialType(Pm->getASTContext())) in enterCFG()
DThreadSafety.cpp616 if (T.isTrivialType(VD->getASTContext())) { in VisitDeclStmt()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp596 if (T.isTrivialType(VD->getASTContext())) { in translateDeclStmt()
808 if (!T.isTrivialType(Pm->getASTContext())) in enterCFG()
DThreadSafety.cpp573 if (T.isTrivialType(VD->getASTContext())) { in VisitDeclStmt()
/external/clang/lib/AST/
DType.cpp2035 bool QualType::isTrivialType(const ASTContext &Context) const { in isTrivialType() function in QualType
2043 return Context.getBaseElementType(*this).isTrivialType(Context); in isTrivialType()
/external/llvm-project/clang/lib/AST/
DType.cpp2386 bool QualType::isTrivialType(const ASTContext &Context) const { in isTrivialType() function in QualType
2394 return Context.getBaseElementType(*this).isTrivialType(Context); in isTrivialType()
/external/clang/include/clang/AST/
DType.h752 bool isTrivialType(const ASTContext &Context) const;
/external/llvm-project/clang/include/clang/AST/
DType.h814 bool isTrivialType(const ASTContext &Context) const;
/external/clang/lib/Sema/
DSemaExprCXX.cpp4002 return T.isTrivialType(C); in EvaluateUnaryTypeTrait()
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp4767 return T.isTrivialType(C); in EvaluateUnaryTypeTrait()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp6526 ((VD->getType().isTrivialType(Ctx) || in getSingleCompoundChild()