/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPIFunctionClassifier.cpp | 21 void MPIFunctionClassifier::identifierInit(ASTContext &ASTCtx) { in identifierInit() 28 void MPIFunctionClassifier::initPointToPointIdentifiers(ASTContext &ASTCtx) { in initPointToPointIdentifiers() 85 void MPIFunctionClassifier::initCollectiveIdentifiers(ASTContext &ASTCtx) { in initCollectiveIdentifiers() 179 void MPIFunctionClassifier::initAdditionalIdentifiers(ASTContext &ASTCtx) { in initAdditionalIdentifiers()
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | AnalysisManager.cpp | 16 AnalysisManager::AnalysisManager(ASTContext &ASTCtx, Preprocessor &PP, in AnalysisManager()
|
H A D | LoopUnrolling.cpp | 231 ASTContext &ASTCtx = isPossiblyEscaped() local 251 shouldCompletelyUnroll(const Stmt * LoopStmt,ASTContext & ASTCtx,ExplodedNode * Pred,unsigned & maxStep) shouldCompletelyUnroll() argument 303 updateLoopStack(const Stmt * LoopStmt,ASTContext & ASTCtx,ExplodedNode * Pred,unsigned maxVisitOnPath) updateLoopStack() argument
|
H A D | LoopWidening.cpp | 58 ASTContext &ASTCtx = LCtx->getAnalysisDeclContext()->getASTContext(); in getWidenedLoopState() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ParentMapContext.h | 80 TraversalKindScope(ASTContext &ASTCtx, std::optional<TraversalKind> ScopeTK) in TraversalKindScope() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | MPIFunctionClassifier.h | 25 MPIFunctionClassifier(ASTContext &ASTCtx) { identifierInit(ASTCtx); } in MPIFunctionClassifier()
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | EvaluationResult.cpp | 161 const ASTContext &ASTCtx = Ctx->getASTContext(); dump() local
|
H A D | ByteCodeExprGen.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedLocalVarsChecker.cpp | 35 auto &ASTCtx = Var->getASTContext(); isDeclaredInForOrIf() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 69 ASTContext &ASTCtx, bool useUnoptimizedCFG, bool addImplicitDtors, in AnalysisDeclContextManager()
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
H A D | UncheckedOptionalAccessModel.cpp | 290 countOptionalWrappers(const ASTContext & ASTCtx,QualType Type) countOptionalWrappers() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 1416 ASTContext &ASTCtx = Actions.getASTContext(); ParseOMPDeclareVariantClauses() local 2221 ASTContext &ASTCtx = Actions.getASTContext(); ParseOpenMPDeclarativeDirectiveWithExtDecl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 2572 getAsVariantMatchInfo(ASTContext & ASTCtx,VariantMatchInfo & VMI) const getAsVariantMatchInfo() argument 2747 TargetOMPContext(ASTContext & ASTCtx,std::function<void (StringRef)> && DiagUnknownTrait,const FunctionDecl * CurrentFunctionDecl,ArrayRef<llvm::omp::TraitProperty> ConstructTraits) TargetOMPContext() argument
|
H A D | ItaniumMangle.cpp | 4168 auto &ASTCtx = getASTContext(); mangleType() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1120 adjustCVQualifiersForCXXThisWithinLambda(ArrayRef<FunctionScopeInfo * > FunctionScopes,QualType ThisTy,DeclContext * CurSemaContext,ASTContext & ASTCtx) adjustCVQualifiersForCXXThisWithinLambda() argument
|