| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | AnalysisManager.h | 109 CFG *getCFG(Decl const *D) { in getCFG() function 110 return AnaCtxMgr.getContext(D)->getCFG(); in getCFG()
|
| H A D | ExplodedGraph.h | 157 CFG &getCFG() const { return *getLocationContext()->getCFG(); } in getCFG() function
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 211 CFG *AnalysisDeclContext::getCFG() { in getCFG() function in AnalysisDeclContext 252 if (CFG *c = getCFG()) { in getCFGStmtMap() 264 if (CFG *c = getCFG()) { in getCFGReachablityAnalysis() 273 getCFG()->dump(getASTContext().getLangOpts(), ShowColors); in dumpCFG() 285 addParentsForSyntheticStmts(getCFG(), *PM); in getParentMap()
|
| H A D | PostOrderCFGView.cpp | 34 const CFG *cfg = ctx.getCFG(); in create()
|
| H A D | LiveVariables.cpp | 548 const CFG *cfg = getImpl(impl).analysisContext.getCFG(); in runOnAllBlocks() 563 CFG *cfg = AC.getCFG(); in computeLiveness() 670 for (const CFGBlock *B : *analysisContext.getCFG()) { in dumpExprLiveness()
|
| H A D | Consumed.cpp | 1305 CFG *CFGraph = AC.getCFG(); in run() 1401 if (CurrBlock == &AC.getCFG()->getExit() && in run()
|
| H A D | ReachableCode.cpp | 736 CFG *cfg = AC.getCFG(); in FindUnreachableCode()
|
| H A D | CalledOnceCheck.cpp | 612 : FunctionCFG(*AC.getCFG()), AC(AC), Handler(Handler), in CalledOnceChecker()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 152 CFG *getCFG(); 253 CFG *getCFG() const { return Ctx->getCFG(); } in getCFG() function
|
| H A D | ProgramPoint.h | 348 return &getLocationContext()->getCFG()->getExit(); in getBlock() 655 const CFG *CalleeCFG = CalleeCtx->getCFG(); in getEntry()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CoreEngine.cpp | 93 const CFGBlock *Entry = &(L->getCFG()->getEntry()); in ExecuteWorkList() 102 L->getCFG()->getNumBlockIDs()); in ExecuteWorkList() 268 LC->getCFG()->getNumBlockIDs()); in HandleBlockEdge() 291 if (Blk == &(L.getLocationContext()->getCFG()->getExit())) { in HandleBlockEdge() 292 assert(L.getLocationContext()->getCFG()->getExit().empty() && in HandleBlockEdge()
|
| H A D | ExprEngineCallAndReturn.cpp | 356 isa<ReturnStmt>(LastSt) ? Blk : &CEBNode->getCFG().getExit(); in processCallExit() 444 const CFG *Cfg = ADC->getCFG(); in isSmall() 449 const CFG *Cfg = ADC->getCFG(); in isLarge() 454 const CFG *Cfg = ADC->getCFG(); in isHuge() 1055 const CFG *CalleeCFG = CalleeADC->getCFG(); in mayInlineDecl()
|
| H A D | BugReporterVisitors.cpp | 498 if (!N->getStackFrame()->getCFG()->isLinear()) { in VisitNode() 1015 if (N->getCFG().size() == 3) in visitNodeInitial() 1959 ControlDeps(&O->getCFG()) {} in TrackControlDependencyCondBRVisitor()
|
| H A D | BugReporter.cpp | 2421 CFGBlock &Exit = ProgP.getLocationContext()->getCFG()->getExit(); in getStmt()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyCommon.h | 156 CFGraph = AC.getCFG(); in init() 412 const til::SCFG *getCFG() const { return Scfg; } in getCFG() function 413 til::SCFG *getCFG() { return Scfg; } in getCFG() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | AdornedCFG.h | 64 const CFG &getCFG() const { return *Cfg; } in getCFG() function
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | TypeErasedDataflowAnalysis.cpp | 137 ACFG.getCFG().print(OS, LangOptions(), false); in print() 503 const clang::CFG &CFG = ACFG.getCFG(); in runTypeErasedDataflowAnalysis() 574 for (const CFGBlock *Block : ACFG.getCFG()) { in runTypeErasedDataflowAnalysis()
|
| H A D | HTMLLogger.cpp | 184 BlockConverged.resize(ACFG.getCFG().getNumBlockIDs()); in beginAnalysis() 422 for (const auto *Block : ACFG->getCFG()) { in writeCode() 483 if (auto SVG = renderSVG(buildCFGDot(ACFG->getCFG()))) in writeCFG()
|
| H A D | Logger.cpp | 46 CurrentCFG = &ACFG.getCFG(); in beginAnalysis()
|
| H A D | Transfer.cpp | 868 auto ExitBlock = ACFG->getCFG().getExit().getBlockID(); in transferInlineCall()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalyzerStatsChecker.cpp | 66 C = LC->getCFG(); in checkEndAnalysis()
|
| H A D | DeadStoresChecker.cpp | 543 CFG &cfg = *mgr.getCFG(D); in checkASTCodeBody()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 294 CFG *cfg = AC.getCFG(); in checkRecursiveFunction() 388 CFG *BodyCFG = AC.getCFG(); in checkThrowInNonThrowingFunc() 505 BackwardDataflowWorklist Worklist(*AC.getCFG(), AC); in areAllValuesNoReturn() 569 CFG *cfg = AC.getCFG(); in CheckFallThrough() 1433 CFG *Cfg = AC.getCFG(); in DiagnoseSwitchLabelsFallthrough() 2927 if (AC.getCFG()) { in IssueWarnings() 2940 if (!cra->isReachable(&AC.getCFG()->getEntry(), block)) { in IssueWarnings() 3012 if (CFG *cfg = AC.getCFG()) { in IssueWarnings() 3036 if (CFG *cfg = AC.getCFG()) in IssueWarnings() 3042 if (AC.getCFG()) { in IssueWarnings() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 711 CFG *DeclCFG = Mgr->getCFG(D); in HandleCode() 753 if (!Mgr->getCFG(D)) in RunPathSensitiveChecks()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8272 {"_ZN5clang15AnalysisContext6getCFGEv", "clang::AnalysisContext::getCFG()"},
|