Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DExprInspectionChecker.cpp100 if (LC->getCurrentStackFrame()->getParent() != nullptr) in analyzerEval()
134 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.cpp1920 isSynthesizedAccessor(LCtx->getCurrentStackFrame())) { in VisitNode()
1921 S = LCtx->getCurrentStackFrame()->getCallSite(); in VisitNode()
2239 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame()) in GetAllocationSite()
DMallocChecker.cpp2032 (VR->getStackFrame() == LeakContext->getCurrentStackFrame())) in getAllocationSite()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp75 Node->getLocation().getLocationContext()->getCurrentStackFrame(); in getLastStmt()
82 if (PP.getLocationContext()->getCurrentStackFrame() == SF) { in getLastStmt()
222 CEBNode->getLocationContext()->getCurrentStackFrame(); in processCallExit()
227 calleeCtx->getParent()->getCurrentStackFrame(); in processCallExit()
422 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame(); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
595 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.cpp167 const StackFrameContext *SFC = InitLoc->getCurrentStackFrame(); in getInitialState()
369 const StackFrameContext *SFC = LC ? LC->getCurrentStackFrame() : nullptr; in removeDead()
643 LCtx->getCurrentStackFrame()); in ProcessBaseDtor()
664 LCtx->getCurrentStackFrame()); in ProcessMemberDtor()
1340 const StackFrameContext *CalleeSF = CalleeLC->getCurrentStackFrame(); in replayWithoutInlining()
1341 const StackFrameContext *CallerSF = CalleeSF->getParent()->getCurrentStackFrame(); in replayWithoutInlining()
1353 if (L.getLocationContext()->getCurrentStackFrame() != CallerSF) in replayWithoutInlining()
1433 const LocationContext *CalleeSF = CalleeLC->getCurrentStackFrame(); in processCFGBlockEntrance()
1436 if (RootLC->getCurrentStackFrame() != CalleeSF) { in processCFGBlockEntrance()
1895 svalBuilder.getCXXThis(MD, LocCtxt->getCurrentStackFrame()); in VisitCommonDeclRefExpr()
DMemRegion.cpp868 const StackFrameContext *STC = LC->getCurrentStackFrame(); in getBlockDataRegion()
897 const StackFrameContext *STC = LC->getCurrentStackFrame(); in getCompoundLiteralRegion()
964 const StackFrameContext *SFC = LC->getCurrentStackFrame(); in getCXXTempObjectRegion()
1030 const StackFrameContext *STC = LC->getCurrentStackFrame(); in getCXXThisRegion()
1038 const StackFrameContext *STC = LC->getCurrentStackFrame(); in getAllocaRegion()
DEnvironment.cpp57 L ? L->getCurrentStackFrame() in EnvironmentEntry()
DSymbolManager.cpp528 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame(); in isLive()
DCoreEngine.cpp330 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(), in HandleBlockEntrance()
DCallEvent.cpp984 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.cpp443 return FrameSpace->getStackFrame() == LCtx->getCurrentStackFrame(); in isInitializationOfVar()
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp421 const StackFrameContext *LocationContext::getCurrentStackFrame() const { in getCurrentStackFrame() function in LocationContext
432 return getCurrentStackFrame()->inTopFrame(); in inTopFrame()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h139 return getLocationContext()->getCurrentStackFrame(); in getStackFrame()
DCoreEngine.h193 LC->getCurrentStackFrame(), in blockCount()
/external/clang/include/clang/Analysis/
DAnalysisContext.h256 const StackFrameContext *getCurrentStackFrame() const;