Searched refs:getCurrentStackFrame (Results 1 - 18 of 18) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp52 const StackFrameContext *STC = LCtx->getCurrentStackFrame();
H A DExprEngineCallAndReturn.cpp75 Node->getLocation().getLocationContext()->getCurrentStackFrame();
82 if (PP.getLocationContext()->getCurrentStackFrame() == SF) {
222 CEBNode->getLocationContext()->getCurrentStackFrame();
227 calleeCtx->getParent()->getCurrentStackFrame();
422 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame();
595 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame();
H A DExprEngineCXX.cpp131 getSValBuilder().getCXXThis(CurCtor, LCtx->getCurrentStackFrame());
253 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) {
273 LCtx->getCurrentStackFrame());
H A DEnvironment.cpp57 L ? L->getCurrentStackFrame()
H A DMemRegion.cpp868 const StackFrameContext *STC = LC->getCurrentStackFrame();
897 const StackFrameContext *STC = LC->getCurrentStackFrame();
964 const StackFrameContext *SFC = LC->getCurrentStackFrame();
1030 const StackFrameContext *STC = LC->getCurrentStackFrame();
1038 const StackFrameContext *STC = LC->getCurrentStackFrame();
H A DExprEngine.cpp167 const StackFrameContext *SFC = InitLoc->getCurrentStackFrame();
369 const StackFrameContext *SFC = LC ? LC->getCurrentStackFrame() : nullptr;
643 LCtx->getCurrentStackFrame());
664 LCtx->getCurrentStackFrame());
1340 const StackFrameContext *CalleeSF = CalleeLC->getCurrentStackFrame();
1341 const StackFrameContext *CallerSF = CalleeSF->getParent()->getCurrentStackFrame();
1353 if (L.getLocationContext()->getCurrentStackFrame() != CallerSF)
1433 const LocationContext *CalleeSF = CalleeLC->getCurrentStackFrame();
1436 if (RootLC->getCurrentStackFrame() != CalleeSF) {
1895 svalBuilder.getCXXThis(MD, LocCtxt->getCurrentStackFrame());
[all...]
H A DCoreEngine.cpp330 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(),
H A DSymbolManager.cpp528 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame();
H A DCallEvent.cpp984 const LocationContext *CallerCtx = ParentCtx->getCurrentStackFrame();
H A DBugReporter.cpp1274 const StackFrameContext *Callee = CalleeCtx->getCurrentStackFrame();
1868 const StackFrameContext *CalleeLC = PDB.LC->getCurrentStackFrame();
2566 return LC->getCurrentStackFrame()->getDecl();
H A DBugReporterVisitors.cpp443 return FrameSpace->getStackFrame() == LCtx->getCurrentStackFrame();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp100 if (LC->getCurrentStackFrame()->getParent() != nullptr)
134 if (LC->getCurrentStackFrame()->getParent() == nullptr)
H A DNSErrorChecker.cpp190 SFC = C.getLocationContext()->getCurrentStackFrame();
H A DRetainCountChecker.cpp1920 isSynthesizedAccessor(LCtx->getCurrentStackFrame())) {
1921 S = LCtx->getCurrentStackFrame()->getCallSite();
2239 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame())
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp421 const StackFrameContext *LocationContext::getCurrentStackFrame() const { function in class:LocationContext
432 return getCurrentStackFrame()->inTopFrame();
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h256 const StackFrameContext *getCurrentStackFrame() const;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h139 return getLocationContext()->getCurrentStackFrame();
H A DCoreEngine.h193 LC->getCurrentStackFrame(),

Completed in 646 milliseconds