Home
last modified time | relevance | path

Searched refs:getCFG (Results 1 – 22 of 22) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp39 Dom.buildDominatorTree(AC->getCFG()); in checkASTCodeBody()
65 Dom.buildDominatorTree(AC->getCFG()); in checkASTCodeBody()
90 ControlDependencyCalculator Dom(AC->getCFG()); in checkASTCodeBody()
161 if (CFG *cfg = mgr.getCFG(D)) { in checkASTCodeBody()
190 if (CFG *cfg = mgr.getCFG(D)) { in checkASTCodeBody()
H A DAnalyzerStatsChecker.cpp69 C = LC->getCFG(); in checkEndAnalysis()
H A DMallocOverflowSecurityChecker.cpp299 CFG *cfg = mgr.getCFG(D); in checkASTCodeBody()
H A DDeadStoresChecker.cpp548 CFG &cfg = *mgr.getCFG(D); in checkASTCodeBody()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h108 CFG *getCFG(Decl const *D) { in getCFG() function
109 return AnaCtxMgr.getContext(D)->getCFG(); in getCFG()
H A DExplodedGraph.h156 CFG &getCFG() const { return *getLocationContext()->getCFG(); } in getCFG() function
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp213 CFG *AnalysisDeclContext::getCFG() { in getCFG() function in AnalysisDeclContext
255 if (CFG *c = getCFG()) { in getCFGStmtMap()
267 if (CFG *c = getCFG()) { in getCFGReachablityAnalysis()
276 getCFG()->dump(getASTContext().getLangOpts(), ShowColors); in dumpCFG()
288 addParentsForSyntheticStmts(getCFG(), *PM); in getParentMap()
H A DPostOrderCFGView.cpp34 const CFG *cfg = ctx.getCFG(); in create()
H A DLiveVariables.cpp489 const CFG *cfg = getImpl(impl).analysisContext.getCFG(); in runOnAllBlocks()
504 CFG *cfg = AC.getCFG(); in computeLiveness()
608 for (const CFGBlock *B : *analysisContext.getCFG()) { in dumpExprLiveness()
H A DConsumed.cpp1309 CFG *CFGraph = AC.getCFG(); in run()
1405 if (CurrBlock == &AC.getCFG()->getExit() && in run()
H A DReachableCode.cpp682 CFG *cfg = AC.getCFG(); in FindUnreachableCode()
H A DCalledOnceCheck.cpp614 : FunctionCFG(*AC.getCFG()), AC(AC), Handler(Handler), in CalledOnceChecker()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp84 const CFGBlock *Entry = &(L->getCFG()->getEntry()); in ExecuteWorkList()
93 L->getCFG()->getNumBlockIDs()); in ExecuteWorkList()
216 LC->getCFG()->getNumBlockIDs()); in HandleBlockEdge()
238 if (Blk == &(L.getLocationContext()->getCFG()->getExit())) { in HandleBlockEdge()
239 assert(L.getLocationContext()->getCFG()->getExit().empty() && in HandleBlockEdge()
H A DExprEngineCallAndReturn.cpp374 const CFG *Cfg = ADC->getCFG(); in isSmall()
379 const CFG *Cfg = ADC->getCFG(); in isLarge()
384 const CFG *Cfg = ADC->getCFG(); in isHuge()
945 const CFG *CalleeCFG = CalleeADC->getCFG(); in mayInlineDecl()
H A DBugReporterVisitors.cpp700 if (!N->getStackFrame()->getCFG()->isLinear()) in maybeEmitNote()
1107 if (N->getCFG().size() == 3) in visitNodeInitial()
1821 : Origin(O), ControlDeps(&O->getCFG()) {} in TrackControlDependencyCondBRVisitor()
H A DBugReporter.cpp2365 CFGBlock &Exit = ProgP.getLocationContext()->getCFG()->getExit(); in getStmt()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h152 CFG *getCFG();
247 CFG *getCFG() const { return Ctx->getCFG(); } in getCFG() function
H A DProgramPoint.h343 return &getLocationContext()->getCFG()->getExit(); in getBlock()
647 const CFG *CalleeCFG = CalleeCtx->getCFG(); in getEntry()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h153 CFGraph = AC.getCFG(); in init()
388 const til::SCFG *getCFG() const { return Scfg; } in getCFG() function
389 til::SCFG *getCFG() { return Scfg; } in getCFG() function
H A DDominators.h58 CFG *getCFG() { return cfg; } in getCFG() function
255 CFG *cfg = PostDomTree.getCFG();
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp265 CFG *cfg = AC.getCFG(); in checkRecursiveFunction()
360 CFG *BodyCFG = AC.getCFG(); in checkThrowInNonThrowingFunc()
400 CFG *cfg = AC.getCFG(); in CheckFallThrough()
1273 CFG *Cfg = AC.getCFG(); in DiagnoseSwitchLabelsFallthrough()
2299 if (AC.getCFG()) { in IssueWarnings()
2312 if (!cra->isReachable(&AC.getCFG()->getEntry(), block)) { in IssueWarnings()
2384 if (CFG *cfg = AC.getCFG()) { in IssueWarnings()
2408 if (AC.getCFG()) { in IssueWarnings()
2447 AC.getCFG(); in IssueWarnings()
2453 if (CFG *cfg = AC.getCFG()) { in IssueWarnings()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp665 CFG *DeclCFG = Mgr->getCFG(D); in HandleCode()
697 if (!Mgr->getCFG(D)) in RunPathSensitiveChecks()