Home
last modified time | relevance | path

Searched defs:getGraph (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/IPA/
H A DCallPrinter.cpp39 static CallGraph *getGraph(CallGraphWrapperPass *P) { in getGraph() function
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h159 ExplodedGraph& getGraph() { return G; } in getGraph() function
160 const ExplodedGraph& getGraph() const { return G; } in getGraph() function
H A DCoreEngine.h118 ExplodedGraph &getGraph() { return G; } in getGraph() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h28 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h235 const CFG *getGraph() const { return CFGraph; } in getGraph() function
236 CFG *getGraph() { return CFGraph; } in getGraph() function
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DDomPrinter.cpp85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2742 ExplodedGraph &GRBugReporter::getGraph() { return Eng.getGraph(); } in getGraph() function in GRBugReporter