HomeSort by relevance Sort by last modified time
    Searched defs:getCFG (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Analysis/Support/
BlkExprDeclBitVector.h 187 CFG& getCFG() { assert(cfg && "CFG should not be NULL."); return *cfg; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 176 CFG *getCFG(Decl const *D) {
177 return AnaCtxMgr.getContext(D)->getCFG();
ExplodedGraph.h 138 CFG &getCFG() const { return *getLocationContext()->getCFG(); }
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 131 CFG *AnalysisDeclContext::getCFG() {
162 if (CFG *c = getCFG()) {
174 if (CFG *c = getCFG()) {
183 getCFG()->dump(getASTContext().getLangOpts(), ShowColors);
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 342 CFG& getCFG() { return *cfg; }
372 CFG &cfg = *mgr.getCFG(D);
376 FS.getCFG().VisitBlockStmts(FS);
  /external/clang/include/clang/Analysis/
AnalysisContext.h 140 CFG *getCFG();
225 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); }

Completed in 399 milliseconds