OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStackFrame
(Results
1 - 25
of
36
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
UndefinedAssignmentChecker.cpp
44
dyn_cast<FunctionDecl>(C.
getStackFrame
()->getDecl()))
93
dyn_cast<CXXConstructorDecl>(C.
getStackFrame
()->getDecl())) {
TestAfterDivZeroChecker.cpp
116
if (ZeroSymbol == S.getAsSymbol() && SFC == Succ->
getStackFrame
()) {
151
State->add<DivZeroMap>(ZeroState(SR, C.getBlockID(), C.
getStackFrame
()));
161
ZeroState ZS(SR, C.getBlockID(), C.
getStackFrame
());
176
C.
getStackFrame
()));
194
if (ZS.getStackFrameContext() == C.
getStackFrame
())
CXXSelfAssignmentChecker.cpp
50
State->getSVal(SVB.getCXXThis(MD, LCtx->
getStackFrame
()));
ReturnUndefChecker.cpp
45
const StackFrameContext *SFC = C.
getStackFrame
();
MIGChecker.cpp
133
VR->
getStackFrame
()->inTopFrame())
153
SFC = LC->
getStackFrame
();
VirtualCallChecker.cpp
178
State->getSVal(SVB.getCXXThis(MD, LCtx->
getStackFrame
()));
192
State->getSVal(SVB.getCXXThis(MD, LCtx->
getStackFrame
()));
UndefResultChecker.cpp
84
dyn_cast<FunctionDecl>(C.
getStackFrame
()->getDecl()))
NSErrorChecker.cpp
199
const StackFrameContext * SFC = C.
getStackFrame
();
205
if (stackReg->
getStackFrame
() == SFC)
ExprInspectionChecker.cpp
212
if (LC->
getStackFrame
()->getParent() != nullptr)
241
if (LC->
getStackFrame
()->getParent() == nullptr)
/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);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
LoopWidening.cpp
58
const StackFrameContext *STC = LCtx->
getStackFrame
();
ExprEngineCallAndReturn.cpp
80
const StackFrameContext *SF = Node->
getStackFrame
();
87
if (PP.
getStackFrame
() == SF) {
209
const StackFrameContext *calleeCtx = CEBNode->
getStackFrame
();
214
calleeCtx->getParent()->
getStackFrame
();
437
const StackFrameContext *CallerSFC = CurLC->
getStackFrame
();
455
CalleeADC->
getStackFrame
(ParentOfCallee, CallE, currBldrCtx->getBlock(),
541
->
getStackFrame
()->getParent()
542
->
getStackFrame
() == LC->
getStackFrame
());
737
const StackFrameContext *CallerSFC = CurLC->
getStackFrame
();
[
all
...]
Environment.cpp
74
L ? L->
getStackFrame
()
242
Out << "{ \"pointer\": \"" << (const void *)LCtx->
getStackFrame
()
WorkList.cpp
160
N->getLocationContext()->
getStackFrame
());
236
N->getLocationContext()->
getStackFrame
());
BugReporterVisitors.cpp
243
if (!B->getErrorNode()->
getStackFrame
()->isParentOf(N->
getStackFrame
()))
418
const StackFrameContext *SCtx = Ctx->
getStackFrame
();
570
const StackFrameContext *SCtx = Ctx->
getStackFrame
();
644
const StackFrameContext *OriginalSCtx = Ctx->
getStackFrame
();
654
FramesModifyingCalculated.insert(N->getLocationContext()->
getStackFrame
());
657
const StackFrameContext *SCtx = N->
getStackFrame
();
662
SCtx = SCtx->getParent()->
getStackFrame
();
700
if (!N->
getStackFrame
()->getCFG()->isLinear())
959
const StackFrameContext *CurrentSFC = Node->
getStackFrame
();
[
all
...]
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
...]
ExprEngineCXX.cpp
136
Loc ThisPtr = SVB.getCXXThis(CurCtor, LCtx->
getStackFrame
());
190
const StackFrameContext *SFC = LCtx->
getStackFrame
();
389
const StackFrameContext *SFC = LCtx->
getStackFrame
();
512
LCtx->
getStackFrame
()->getCallSite());
544
LCtx->
getStackFrame
());
ExprEngine.cpp
294
const StackFrameContext *SFC = InitLoc->
getStackFrame
();
464
ConstructedObjectKey Key(Item, LC->
getStackFrame
());
477
ConstructedObjectKey Key(Item, LC->
getStackFrame
());
485
ConstructedObjectKey Key(Item, LC->
getStackFrame
());
716
const StackFrameContext *SFC = LC ? LC->
getStackFrame
() : nullptr;
1031
LCtx->
getStackFrame
());
1054
getSValBuilder().getCXXThis(CurDtor, LCtx->
getStackFrame
());
1897
const StackFrameContext *CalleeSF = CalleeLC->
getStackFrame
();
1898
const StackFrameContext *CallerSF = CalleeSF->getParent()->
getStackFrame
();
1910
if (L.
getStackFrame
() != CallerSF
[
all
...]
CoreEngine.cpp
282
Counter = BCounterFactory.IncrementCount(Counter, LC->
getStackFrame
(),
475
LCtx->
getStackFrame
()->getCallSite())) {
SymbolManager.cpp
513
const StackFrameContext *VarContext = VR->
getStackFrame
();
520
const StackFrameContext *CurrentContext = LCtx->
getStackFrame
();
/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
();
/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/Checkers/UninitializedObject/
UninitializedObjectChecker.cpp
180
const Stmt *CallSite = Context.
getStackFrame
()->getCallSite();
462
Context.getSValBuilder().getCXXThis(CtorDecl, Context.
getStackFrame
());
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h
233
const Decl *Parent = R->
getStackFrame
()->getDecl();
Completed in 54 milliseconds
1
2
Indexes created Tue Jun 09 00:24:00 UTC 2026