OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCFG
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp
319
CFG&
getCFG
() { return *cfg; }
349
CFG &cfg = *mgr.
getCFG
(D);
352
FS.
getCFG
().VisitBlockStmts(FS);
/external/clang/include/clang/Analysis/Support/
BlkExprDeclBitVector.h
187
CFG&
getCFG
() { assert(cfg && "CFG should not be NULL."); return *cfg; }
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h
173
CFG *
getCFG
(Decl const *D) {
174
return AnaCtxMgr.getContext(D)->
getCFG
();
ExplodedGraph.h
137
CFG &
getCFG
() const { return *getLocationContext()->
getCFG
(); }
/external/clang/lib/Analysis/
AnalysisContext.cpp
97
CFG *AnalysisContext::
getCFG
() {
127
if (CFG *c =
getCFG
()) {
139
if (CFG *c =
getCFG
()) {
148
getCFG
()->dump(getASTContext().getLangOptions());
165
if (CFG *c =
getCFG
()) {
177
if (CFG *c =
getCFG
()) {
LiveVariables.cpp
76
CFG&
getCFG
() { return AD.
getCFG
(); }
82
CFG &cfg = *AC.
getCFG
();
112
CFG&
getCFG
() { return AD.
getCFG
(); }
145
if (
getCFG
().isBlkExpr(S))
150
else if (!
getCFG
().isBlkExpr(S)) {
165
assert(!
getCFG
().isBlkExpr(S));
176
assert (
getCFG
().isBlkExpr(E));
UninitializedValues.cpp
363
const CFG &
getCFG
() { return cfg; }
/external/clang/include/clang/Analysis/
AnalysisContext.h
108
CFG *
getCFG
();
197
CFG *
getCFG
() const { return getAnalysisContext()->
getCFG
(); }
Completed in 2863 milliseconds