|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Analysis/AnalysisDeclContext.h 158 CFG *getCFG();
References
tools/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h 153 CFGraph = AC.getCFG();
tools/clang/include/clang/Analysis/AnalysisDeclContext.h 253 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); }
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h 105 return AnaCtxMgr.getContext(D)->getCFG();
tools/clang/lib/Analysis/AnalysisDeclContext.cpp 255 if (CFG *c = getCFG()) {
267 if (CFG *c = getCFG()) {
276 getCFG()->dump(getASTContext().getLangOpts(), ShowColors);
288 addParentsForSyntheticStmts(getCFG(), *PM);
tools/clang/lib/Analysis/Consumed.cpp 1309 CFG *CFGraph = AC.getCFG();
1405 if (CurrBlock == &AC.getCFG()->getExit() &&
tools/clang/lib/Analysis/LiveVariables.cpp 529 const CFG *cfg = getImpl(impl).analysisContext.getCFG();
545 CFG *cfg = AC.getCFG();
670 for (auto I : *analysisContext.getCFG()) {
tools/clang/lib/Analysis/PostOrderCFGView.cpp 33 const CFG *cfg = ctx.getCFG();
tools/clang/lib/Analysis/ReachableCode.cpp 681 CFG *cfg = AC.getCFG();
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp 263 CFG *cfg = AC.getCFG();
358 CFG *BodyCFG = AC.getCFG();
398 CFG *cfg = AC.getCFG();
1263 CFG *Cfg = AC.getCFG();
2104 if (AC.getCFG()) {
2117 if (!cra->isReachable(&AC.getCFG()->getEntry(), block)) {
2188 if (CFG *cfg = AC.getCFG()) {
2240 AC.getCFG();
2246 if (CFG *cfg = AC.getCFG()) {
tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp 39 Dom.buildDominatorTree(AC->getCFG());
65 Dom.buildDominatorTree(AC->getCFG());
90 ControlDependencyCalculator Dom(AC->getCFG());
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp 373 const CFG *Cfg = ADC->getCFG();
378 const CFG *Cfg = ADC->getCFG();
383 const CFG *Cfg = ADC->getCFG();
900 const CFG *CalleeCFG = CalleeADC->getCFG();