Searched refs:ASTCtx (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp21 void MPIFunctionClassifier::identifierInit(ASTContext &ASTCtx) { argument
23 initPointToPointIdentifiers(ASTCtx);
24 initCollectiveIdentifiers(ASTCtx);
25 initAdditionalIdentifiers(ASTCtx);
28 void MPIFunctionClassifier::initPointToPointIdentifiers(ASTContext &ASTCtx) { argument
30 IdentInfo_MPI_Send = &ASTCtx.Idents.get("MPI_Send");
35 IdentInfo_MPI_Isend = &ASTCtx.Idents.get("MPI_Isend");
41 IdentInfo_MPI_Ssend = &ASTCtx.Idents.get("MPI_Ssend");
46 IdentInfo_MPI_Issend = &ASTCtx.Idents.get("MPI_Issend");
52 IdentInfo_MPI_Bsend = &ASTCtx
85 initCollectiveIdentifiers(ASTContext &ASTCtx) argument
179 initAdditionalIdentifiers(ASTContext &ASTCtx) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h25 MPIFunctionClassifier(ASTContext &ASTCtx) { identifierInit(ASTCtx); } argument
51 void identifierInit(ASTContext &ASTCtx);
52 void initPointToPointIdentifiers(ASTContext &ASTCtx);
53 void initCollectiveIdentifiers(ASTContext &ASTCtx);
54 void initAdditionalIdentifiers(ASTContext &ASTCtx);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalysisManager.cpp16 AnalysisManager::AnalysisManager(ASTContext &ASTCtx, argument
24 ASTCtx, Options.UnoptimizedCFG,
41 Ctx(ASTCtx), LangOpts(ASTCtx.getLangOpts()),
H A DLoopWidening.cpp57 ASTContext &ASTCtx = LCtx->getAnalysisDeclContext()->getASTContext(); local
71 *LCtx->getDecl()->getBody(), ASTCtx);
H A DLoopUnrolling.cpp185 ASTContext &ASTCtx = local
190 *S, ASTCtx);
199 bool shouldCompletelyUnroll(const Stmt *LoopStmt, ASTContext &ASTCtx, argument
207 auto Matches = match(forLoopMatcher(), *LoopStmt, ASTCtx);
251 ProgramStateRef updateLoopStack(const Stmt *LoopStmt, ASTContext &ASTCtx, argument
270 if (!shouldCompletelyUnroll(LoopStmt, ASTCtx, Pred, maxStep)) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DLoopUnrolling.h39 ProgramStateRef updateLoopStack(const Stmt *LoopStmt, ASTContext &ASTCtx,
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp123 auto &ASTCtx = Ctx.getASTContext(); local
127 QualType Ty = ASTCtx.getIncompleteArrayType(ElemTy, ArrayType::Normal, 0);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp69 ASTContext &ASTCtx, bool useUnoptimizedCFG, bool addImplicitDtors,
75 : Injector(injector), FunctionBodyFarm(ASTCtx, injector),
68 AnalysisDeclContextManager( ASTContext &ASTCtx, bool useUnoptimizedCFG, bool addImplicitDtors, bool addInitializers, bool addTemporaryDtors, bool addLifetime, bool addLoopExit, bool addScopes, bool synthesizeBodies, bool addStaticInitBranch, bool addCXXNewAllocator, bool addRichCXXConstructors, bool markElidedCXXConstructors, bool addVirtualBaseBranches, CodeInjector *injector) argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h460 AnalysisDeclContextManager(ASTContext &ASTCtx, bool useUnoptimizedCFG = false,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp973 DeclContext *CurSemaContext, ASTContext &ASTCtx) {
1031 return ASTCtx.getPointerType(ClassType);
1072 return ASTCtx.getPointerType(ClassType);
1079 return ASTCtx.getPointerType(ClassType);
971 adjustCVQualifiersForCXXThisWithinLambda( ArrayRef<FunctionScopeInfo *> FunctionScopes, QualType ThisTy, DeclContext *CurSemaContext, ASTContext &ASTCtx) argument

Completed in 125 milliseconds