Searched defs:getGraph (Results 1 – 7 of 7) sorted by relevance
39 static CallGraph *getGraph(CallGraphWrapperPass *P) { in getGraph() function
159 ExplodedGraph& getGraph() { return G; } in getGraph() function160 const ExplodedGraph& getGraph() const { return G; } in getGraph() function
118 ExplodedGraph &getGraph() { return G; } in getGraph() function
28 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
235 const CFG *getGraph() const { return CFGraph; } in getGraph() function236 CFG *getGraph() { return CFGraph; } in getGraph() function
85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function
2742 ExplodedGraph &GRBugReporter::getGraph() { return Eng.getGraph(); } in getGraph() function in GRBugReporter