/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | DebugCheckers.cpp | 39 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()
|
D | AnalyzerStatsChecker.cpp | 69 C = LC->getCFG(); in checkEndAnalysis()
|
/external/llvm-project/clang/unittests/Analysis/ |
D | CFGTest.cpp | 47 EXPECT_EQ(1u, B.getCFG()->getEntry().succ_size()); in TEST() 48 CFGBlock *Block = *B.getCFG()->getEntry().succ_begin(); in TEST() 77 EXPECT_EQ(IsLinear, B.getCFG()->isLinear()); in TEST() 101 CFG *Cfg = B.getCFG(); in TEST() 234 auto *CFG = AC.getCFG(); in TEST()
|
D | CFGDominatorTree.cpp | 34 CFG *cfg = Result.getCFG(); in TEST() 123 CFG *cfg = Result.getCFG(); in TEST() 177 CFG *cfg = Result.getCFG(); in TEST()
|
D | CFGBuildResult.h | 32 CFG *getCFG() const { return Cfg.get(); } in getCFG() function
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | AnalysisManager.h | 113 CFG *getCFG(Decl const *D) { in getCFG() function 114 return AnaCtxMgr.getContext(D)->getCFG(); in getCFG()
|
D | ExplodedGraph.h | 144 CFG &getCFG() const { return *getLocationContext()->getCFG(); } in getCFG() function
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | AnalysisManager.h | 108 CFG *getCFG(Decl const *D) { in getCFG() function 109 return AnaCtxMgr.getContext(D)->getCFG(); in getCFG()
|
D | ExplodedGraph.h | 156 CFG &getCFG() const { return *getLocationContext()->getCFG(); } in getCFG() function
|
/external/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 214 CFG *AnalysisDeclContext::getCFG() { in getCFG() function in AnalysisDeclContext 256 if (CFG *c = getCFG()) { in getCFGStmtMap() 268 if (CFG *c = getCFG()) { in getCFGReachablityAnalysis() 277 getCFG()->dump(getASTContext().getLangOpts(), ShowColors); in dumpCFG() 289 addParentsForSyntheticStmts(getCFG(), *PM); in getParentMap()
|
D | PostOrderCFGView.cpp | 32 const CFG *cfg = ctx.getCFG(); in create()
|
/external/llvm-project/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 213 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()
|
D | PostOrderCFGView.cpp | 34 const CFG *cfg = ctx.getCFG(); in create()
|
/external/clang/include/clang/Analysis/ |
D | AnalysisContext.h | 155 CFG *getCFG(); 245 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); } in getCFG() function
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | AnalysisDeclContext.h | 152 CFG *getCFG(); 247 CFG *getCFG() const { return Ctx->getCFG(); } in getCFG() function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CoreEngine.cpp | 171 const CFGBlock *Entry = &(L->getCFG()->getEntry()); in ExecuteWorkList() 182 L->getCFG()->getNumBlockIDs()); in ExecuteWorkList() 305 LC->getCFG()->getNumBlockIDs()); in HandleBlockEdge() 308 if (Blk == &(L.getLocationContext()->getCFG()->getExit())) { in HandleBlockEdge() 310 assert (L.getLocationContext()->getCFG()->getExit().size() == 0 in HandleBlockEdge()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | CoreEngine.cpp | 84 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()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DebugCheckers.cpp | 81 if (CFG *cfg = mgr.getCFG(D)) { in checkASTCodeBody() 106 if (CFG *cfg = mgr.getCFG(D)) { in checkASTCodeBody()
|
D | AnalyzerStatsChecker.cpp | 70 C = LC->getCFG(); in checkEndAnalysis()
|
/external/llvm-project/clang/include/clang/Analysis/Analyses/ |
D | Dominators.h | 58 CFG *getCFG() { return cfg; } in getCFG() function 255 CFG *cfg = PostDomTree.getCFG();
|
D | ThreadSafetyCommon.h | 153 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
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyCommon.h | 136 CFGraph = AC.getCFG(); in init() 367 const til::SCFG *getCFG() const { return Scfg; } in getCFG() function 368 til::SCFG *getCFG() { return Scfg; } in getCFG() function
|
D | Dominators.h | 84 cfg = AC.getCFG(); in buildDominatorTree()
|
/external/skqp/src/sksl/ |
D | SkSLCFGGenerator.h | 155 CFG getCFG(FunctionDefinition& f);
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 264 CFG *cfg = AC.getCFG(); in checkRecursiveFunction() 298 CFG *cfg = AC.getCFG(); in CheckFallThrough() 1125 CFG *Cfg = AC.getCFG(); in DiagnoseSwitchLabelsFallthrough() 1963 if (AC.getCFG()) { in IssueWarnings() 1976 if (cra->isReachable(&AC.getCFG()->getEntry(), block)) in IssueWarnings() 2042 if (CFG *cfg = AC.getCFG()) { in IssueWarnings() 2089 AC.getCFG(); in IssueWarnings() 2095 if (CFG *cfg = AC.getCFG()) { in IssueWarnings()
|