Home
last modified time | relevance | path

Searched refs:getCurrentStackFrame (Results 1 – 20 of 20) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp78 Node->getLocation().getLocationContext()->getCurrentStackFrame(); in getLastStmt()
85 if (PP.getLocationContext()->getCurrentStackFrame() == SF) { in getLastStmt()
225 CEBNode->getLocationContext()->getCurrentStackFrame(); in processCallExit()
230 calleeCtx->getParent()->getCurrentStackFrame(); in processCallExit()
410 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame(); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
582 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame(); in mayInlineCallKind()
DLoopWidening.cpp52 const StackFrameContext *STC = LCtx->getCurrentStackFrame(); in getWidenedLoopState()
DExprEngineCXX.cpp131 getSValBuilder().getCXXThis(CurCtor, LCtx->getCurrentStackFrame()); in getRegionForConstructedObject()
253 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) { in VisitCXXConstructExpr()
273 LCtx->getCurrentStackFrame()); in VisitCXXConstructExpr()
DExprEngine.cpp168 const StackFrameContext *SFC = InitLoc->getCurrentStackFrame(); in getInitialState()
370 const StackFrameContext *SFC = LC ? LC->getCurrentStackFrame() : nullptr; in removeDead()
644 LCtx->getCurrentStackFrame()); in ProcessBaseDtor()
665 LCtx->getCurrentStackFrame()); in ProcessMemberDtor()
1356 const StackFrameContext *CalleeSF = CalleeLC->getCurrentStackFrame(); in replayWithoutInlining()
1357 const StackFrameContext *CallerSF = CalleeSF->getParent()->getCurrentStackFrame(); in replayWithoutInlining()
1369 if (L.getLocationContext()->getCurrentStackFrame() != CallerSF) in replayWithoutInlining()
1449 const LocationContext *CalleeSF = CalleeLC->getCurrentStackFrame(); in processCFGBlockEntrance()
1452 if (RootLC->getCurrentStackFrame() != CalleeSF) { in processCFGBlockEntrance()
1919 svalBuilder.getCXXThis(MD, LocCtxt->getCurrentStackFrame()); in VisitCommonDeclRefExpr()
DMemRegion.cpp924 const StackFrameContext *STC = LC->getCurrentStackFrame(); in getBlockDataRegion()
952 const StackFrameContext *STC = LC->getCurrentStackFrame(); in getCompoundLiteralRegion()
1018 const StackFrameContext *SFC = LC->getCurrentStackFrame(); in getCXXTempObjectRegion()
1084 const StackFrameContext *STC = LC->getCurrentStackFrame(); in getCXXThisRegion()
1092 const StackFrameContext *STC = LC->getCurrentStackFrame(); in getAllocaRegion()
DEnvironment.cpp57 L ? L->getCurrentStackFrame() in EnvironmentEntry()
DSymbolManager.cpp528 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame(); in isLive()
DCoreEngine.cpp342 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(), in HandleBlockEntrance()
DCallEvent.cpp1061 const LocationContext *CallerCtx = ParentCtx->getCurrentStackFrame(); in getCaller()
DBugReporter.cpp1274 const StackFrameContext *Callee = CalleeCtx->getCurrentStackFrame(); in reversePropagateInterestingSymbols()
1868 const StackFrameContext *CalleeLC = PDB.LC->getCurrentStackFrame(); in GenerateAlternateExtensivePathDiagnostic()
2566 return LC->getCurrentStackFrame()->getDecl(); in getDeclWithIssue()
DBugReporterVisitors.cpp447 return FrameSpace->getStackFrame() == LCtx->getCurrentStackFrame(); in isInitializationOfVar()
/external/clang/lib/StaticAnalyzer/Checkers/
DExprInspectionChecker.cpp119 if (LC->getCurrentStackFrame()->getParent() != nullptr) in analyzerEval()
139 if (LC->getCurrentStackFrame()->getParent() == nullptr) in analyzerCheckInlined()
DStackAddrEscapeChecker.cpp141 const StackFrameContext *CurFrame = LCtx->getCurrentStackFrame(); in checkPreStmt()
185 CurSFC(CC.getLocationContext()->getCurrentStackFrame()) in checkEndFunction()
DNSErrorChecker.cpp190 SFC = C.getLocationContext()->getCurrentStackFrame(); in parameterTypeFromSVal()
DRetainCountChecker.cpp1921 isSynthesizedAccessor(LCtx->getCurrentStackFrame())) { in VisitNode()
1922 S = LCtx->getCurrentStackFrame()->getCallSite(); in VisitNode()
2240 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame()) in GetAllocationSite()
DMallocChecker.cpp2040 (VR->getStackFrame() == LeakContext->getCurrentStackFrame())) in getAllocationSite()
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp446 const StackFrameContext *LocationContext::getCurrentStackFrame() const { in getCurrentStackFrame() function in LocationContext
457 return getCurrentStackFrame()->inTopFrame(); in inTopFrame()
/external/clang/include/clang/Analysis/
DAnalysisContext.h260 const StackFrameContext *getCurrentStackFrame() const;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h139 return getLocationContext()->getCurrentStackFrame(); in getStackFrame()
DCoreEngine.h196 LC->getCurrentStackFrame(), in blockCount()