OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getStackFrame
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h
95
const StackFrameContext *
getStackFrame
() const {
96
return Pred->
getStackFrame
();
ExplodedGraph.h
150
const StackFrameContext *
getStackFrame
() const {
151
return getLocation().
getStackFrame
();
MemRegion.h
394
const StackFrameContext *
getStackFrame
() const { return SFC; }
923
const StackFrameContext *
getStackFrame
() const;
994
assert(!cast<StackSpaceRegion>(SReg)->
getStackFrame
()->inTopFrame());
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h
180
/// \copydoc LocationContextManager::
getStackFrame
()
181
const StackFrameContext *
getStackFrame
(LocationContext const *ParentLC,
256
const StackFrameContext *
getStackFrame
() const;
399
const StackFrameContext *
getStackFrame
(AnalysisDeclContext *ADC,
464
const StackFrameContext *
getStackFrame
(const Decl *D) {
465
return LocCtxMgr.
getStackFrame
(getContext(D), nullptr, nullptr, nullptr, 0,
469
/// \copydoc LocationContextManager::
getStackFrame
()
470
const StackFrameContext *
getStackFrame
(AnalysisDeclContext *ADC,
474
return LocCtxMgr.
getStackFrame
(ADC, Parent, S, Block, BlockCount, Index);
ProgramPoint.h
183
const StackFrameContext *
getStackFrame
() const {
184
return getLocationContext()->
getStackFrame
();
/src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp
312
AnalysisDeclContext::
getStackFrame
(const LocationContext *ParentLC,
315
return getLocationContextManager().
getStackFrame
(this, ParentLC, S, Blk,
375
const StackFrameContext *LocationContextManager::
getStackFrame
(
410
const StackFrameContext *LocationContext::
getStackFrame
() const {
421
return
getStackFrame
()->inTopFrame();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
158
const StackFrameContext *VarRegion::
getStackFrame
() const {
160
return SSR ? SSR->
getStackFrame
() : nullptr;
188
const Decl *D =
getStackFrame
()->getDecl();
217
ID.AddPointer(
getStackFrame
());
925
const StackFrameContext *SFC = LC->
getStackFrame
();
1039
const StackFrameContext *SFC = LC->
getStackFrame
();
1059
const StackFrameContext *STC = LC->
getStackFrame
();
1087
const StackFrameContext *STC = LC->
getStackFrame
();
1153
const StackFrameContext *SFC = LC->
getStackFrame
();
1222
const StackFrameContext *STC = LC->
getStackFrame
();
[
all
...]
Completed in 24 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026