OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getGraph
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h
25
static GraphT
getGraph
(AnalysisT *A) { return A; }
52
GraphT Graph = AnalysisGraphTraitsT::
getGraph
(&Analysis);
94
GraphT Graph = AnalysisGraphTraitsT::
getGraph
(&Analysis);
131
GraphT Graph = AnalysisGraphTraitsT::
getGraph
(&getAnalysis<AnalysisT>());
157
GraphT Graph = AnalysisGraphTraitsT::
getGraph
(&getAnalysis<AnalysisT>());
DOTGraphTraitsPass.h
25
static GraphT
getGraph
(AnalysisT *A) { return A; }
52
GraphT Graph = AnalysisGraphTraitsT::
getGraph
(&Analysis);
94
GraphT Graph = AnalysisGraphTraitsT::
getGraph
(&Analysis);
131
GraphT Graph = AnalysisGraphTraitsT::
getGraph
(&getAnalysis<AnalysisT>());
157
GraphT Graph = AnalysisGraphTraitsT::
getGraph
(&getAnalysis<AnalysisT>());
LazyCallGraph.h
322
LazyCallGraph &
getGraph
() const { return *G; }
LazyCallGraph.h
322
LazyCallGraph &
getGraph
() const { return *G; }
/src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-graph-diff.h
68
const GraphT &
getGraph
() { return G; }
xray-graph-diff.h
68
const GraphT &
getGraph
() { return G; }
xray-graph.h
162
const GraphT &
getGraph
() { return G; }
xray-graph.h
162
const GraphT &
getGraph
() { return G; }
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DomPrinter.cpp
101
static DominatorTree *
getGraph
(DominatorTreeWrapperPass *DTWP) {
131
static PostDominatorTree *
getGraph
(PostDominatorTreeWrapperPass *PDTWP) {
DomPrinter.cpp
101
static DominatorTree *
getGraph
(DominatorTreeWrapperPass *DTWP) {
131
static PostDominatorTree *
getGraph
(PostDominatorTreeWrapperPass *PDTWP) {
RegionPrinter.cpp
146
static RegionInfo *
getGraph
(RegionInfoPass *RIP) {
RegionPrinter.cpp
146
static RegionInfo *
getGraph
(RegionInfoPass *RIP) {
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h
261
ExplodedGraph &
getGraph
() { return G; }
262
const ExplodedGraph &
getGraph
() const { return G; }
ExprEngine.h
261
ExplodedGraph &
getGraph
() { return G; }
262
const ExplodedGraph &
getGraph
() const { return G; }
CoreEngine.h
139
///
getGraph
- Returns the exploded graph.
140
ExplodedGraph &
getGraph
() { return G; }
CoreEngine.h
139
///
getGraph
- Returns the exploded graph.
140
ExplodedGraph &
getGraph
() { return G; }
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachOLinkGraphBuilder.h
87
LinkGraph &
getGraph
() const { return *G; }
MachOLinkGraphBuilder.h
87
LinkGraph &
getGraph
() const { return *G; }
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h
252
const CFG *
getGraph
() const { return CFGraph; }
253
CFG *
getGraph
() { return CFGraph; }
ThreadSafetyCommon.h
252
const CFG *
getGraph
() const { return CFGraph; }
253
CFG *
getGraph
() { return CFGraph; }
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
2432
const ExplodedGraph &PathSensitiveBugReporter::
getGraph
() const {
2433
return Eng.
getGraph
();
2802
BugPathGetter BugGraph(&Reporter.
getGraph
(), bugReports);
BugReporter.cpp
2432
const ExplodedGraph &PathSensitiveBugReporter::
getGraph
() const {
2433
return Eng.
getGraph
();
2802
BugPathGetter BugGraph(&Reporter.
getGraph
(), bugReports);
Completed in 59 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026