HomeSort by: relevance | last modified time | path
    Searched defs:getCFG (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 108 CFG *getCFG(Decl const *D) {
109 return AnaCtxMgr.getContext(D)->getCFG();
ExplodedGraph.h 156 CFG &getCFG() const { return *getLocationContext()->getCFG(); }
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
Dominators.h 58 CFG *getCFG() { return cfg; }
255 CFG *cfg = PostDomTree.getCFG();
ThreadSafetyCommon.h 153 CFGraph = AC.getCFG();
388 const til::SCFG *getCFG() const { return Scfg; }
389 til::SCFG *getCFG() { return Scfg; }
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 152 CFG *getCFG();
247 CFG *getCFG() const { return Ctx->getCFG(); }
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp 213 CFG *AnalysisDeclContext::getCFG() {
255 if (CFG *c = getCFG()) {
267 if (CFG *c = getCFG()) {
276 getCFG()->dump(getASTContext().getLangOpts(), ShowColors);
288 addParentsForSyntheticStmts(getCFG(), *PM);

Completed in 26 milliseconds