OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLocationContext
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h
41
const LocationContext *
getLocationContext
() const { return second; }
47
ID.AddPointer(E.
getLocationContext
());
CheckerContext.h
91
const LocationContext *
getLocationContext
() const {
92
return Pred->
getLocationContext
();
100
bool inTopFrame() const { return
getLocationContext
()->inTopFrame(); }
125
return Pred->
getLocationContext
()->getAnalysisDeclContext();
CoreEngine.h
213
: Eng(E), Block(B), LC(N->
getLocationContext
()) { assert(B); }
413
Pred->
getLocationContext
(), tag);
423
Pred->
getLocationContext
(), tag);
520
const LocationContext *
getLocationContext
() const {
521
return Pred->
getLocationContext
();
574
const LocationContext *
getLocationContext
() const {
575
return Pred->
getLocationContext
();
ExplodedGraph.h
146
const LocationContext *
getLocationContext
() const {
147
return getLocation().
getLocationContext
();
154
const Decl &getCodeDecl() const { return *
getLocationContext
()->getDecl(); }
156
CFG &getCFG() const { return *
getLocationContext
()->getCFG(); }
161
return
getLocationContext
()->getParentMap();
166
return *
getLocationContext
()->getAnalysis<T>();
178
return getState()->getSVal(S,
getLocationContext
());
SymbolManager.h
231
const LocationContext *
getLocationContext
() const { return LCtx; }
538
const LocationContext *
getLocationContext
() const { return LCtx; }
CallEvent.h
188
return getState()->getSVal(S,
getLocationContext
());
218
const LocationContext *
getLocationContext
() const {
419
getState(), {getOriginExpr(), Index},
getLocationContext
()).hasValue();
1022
getLocationContext
())
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
LoopUnrolling.cpp
48
const LocationContext *
getLocationContext
() const { return LCtx; }
191
N->
getLocationContext
()->getAnalysisDeclContext()->getASTContext();
264
auto LCtx = Pred->
getLocationContext
();
271
LCtx == LS.getHead().
getLocationContext
()) {
ExprEngine.cpp
139
const LocationContext *
getLocationContext
() const { return Impl.second; }
142
return
getLocationContext
()->getDecl()->getASTContext();
522
if (I.first.
getLocationContext
() == LC)
568
if (Key.
getLocationContext
() != LCtx)
582
if (Key.
getLocationContext
() != LCtx)
629
PrettyStackTraceLocationContext CrashInfo(Pred->
getLocationContext
());
780
Pred->
getLocationContext
())) {
782
Pred->
getLocationContext
());
811
LoopExit PP(S, Pred->
getLocationContext
());
821
const LocationContext *LC = Pred->
getLocationContext
();
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ProgramPoint.h
110
assert(
getLocationContext
() == l);
134
getLocationContext
(), tag);
179
const LocationContext *
getLocationContext
() const {
184
return
getLocationContext
()->getStackFrame();
212
ID.AddPointer(
getLocationContext
());
343
return &
getLocationContext
()->getCFG()->getExit();
Completed in 34 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026