Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h108 CFG *getCFG(Decl const *D) { in getCFG() function
H A DExplodedGraph.h156 CFG &getCFG() const { return *getLocationContext()->getCFG(); } in getCFG() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DDominators.h58 CFG *getCFG() { return cfg; } in getCFG() function
H A DThreadSafetyCommon.h388 const til::SCFG *getCFG() const { return Scfg; } in getCFG() function
389 til::SCFG *getCFG() { return Scfg; } in getCFG() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h247 CFG *getCFG() const { return Ctx->getCFG(); } in getCFG() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp213 CFG *AnalysisDeclContext::getCFG() { in getCFG() function in AnalysisDeclContext