Searched defs:getCFG (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h106 CFG *getCFG(Decl const *D) { function in class:clang::ento::AnalysisManager
107 return AnaCtxMgr.getContext(D)->getCFG();
H A DExplodedGraph.h146 CFG &getCFG() const { return *getLocationContext()->getCFG(); } function in class:clang::ento::ExplodedNode
/external/clang/include/clang/Analysis/Support/
H A DBlkExprDeclBitVector.h187 CFG& getCFG() { assert(cfg && "CFG should not be NULL."); return *cfg; } function in class:clang::StmtDeclBitVector_Types::AnalysisDataTy
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp394 CFG& getCFG() { return *cfg; } function in class:__anon3862::FindEscaped
424 CFG &cfg = *mgr.getCFG(D);
428 FS.getCFG().VisitBlockStmts(FS);
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h134 CFG *getCFG();
220 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); } function in class:clang::LocationContext
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp130 CFG *AnalysisDeclContext::getCFG() { function in class:AnalysisDeclContext
161 if (CFG *c = getCFG()) {
173 if (CFG *c = getCFG()) {
182 getCFG()->dump(getASTContext().getLangOpts(), ShowColors);

Completed in 123 milliseconds