Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h106 CFG *getCFG(Decl const *D) { in getCFG() function
DExplodedGraph.h146 CFG &getCFG() const { return *getLocationContext()->getCFG(); } in getCFG() function
/external/clang/include/clang/Analysis/Support/
DBlkExprDeclBitVector.h187 CFG& getCFG() { assert(cfg && "CFG should not be NULL."); return *cfg; } in getCFG() function
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp394 CFG& getCFG() { return *cfg; } in getCFG() function in __anon5b4b46d90311::FindEscaped
/external/clang/include/clang/Analysis/
DAnalysisContext.h220 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); } in getCFG() function
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp130 CFG *AnalysisDeclContext::getCFG() { in getCFG() function in AnalysisDeclContext