Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp94 if (LC->getCurrentStackFrame()->getParent() != nullptr) in analyzerEval()
125 if (LC->getCurrentStackFrame()->getParent() == nullptr) in analyzerCheckInlined()
H A DStackAddrEscapeChecker.cpp141 const StackFrameContext *CurFrame = LCtx->getCurrentStackFrame(); in checkPreStmt()
176 CurSFC(CC.getLocationContext()->getCurrentStackFrame()) in checkEndFunction()
H A DNSErrorChecker.cpp190 SFC = C.getLocationContext()->getCurrentStackFrame(); in parameterTypeFromSVal()
H A DMallocChecker.cpp1798 (VR->getStackFrame() == LeakContext->getCurrentStackFrame())) in getAllocationSite()
H A DRetainCountChecker.cpp2169 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame()) in GetAllocationSite()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A 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()
594 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame(); in mayInlineCallKind()
H A DExprEngineCXX.cpp148 LCtx->getCurrentStackFrame()); in getRegionForConstructedObject()
197 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) { in VisitCXXConstructExpr()
217 LCtx->getCurrentStackFrame()); in VisitCXXConstructExpr()
H A DMemRegion.cpp865 const StackFrameContext *STC = LC->getCurrentStackFrame(); in getBlockDataRegion()
894 const StackFrameContext *STC = LC->getCurrentStackFrame(); in getCompoundLiteralRegion()
961 const StackFrameContext *SFC = LC->getCurrentStackFrame(); in getCXXTempObjectRegion()
1013 const StackFrameContext *STC = LC->getCurrentStackFrame(); in getCXXThisRegion()
1023 const StackFrameContext *STC = LC->getCurrentStackFrame(); in getAllocaRegion()
H A DEnvironment.cpp57 L ? L->getCurrentStackFrame() in EnvironmentEntry()
H A DExprEngine.cpp166 const StackFrameContext *SFC = InitLoc->getCurrentStackFrame(); in getInitialState()
368 const StackFrameContext *SFC = LC ? LC->getCurrentStackFrame() : nullptr; in removeDead()
638 LCtx->getCurrentStackFrame()); in ProcessBaseDtor()
659 LCtx->getCurrentStackFrame()); in ProcessMemberDtor()
1310 const StackFrameContext *CalleeSF = CalleeLC->getCurrentStackFrame(); in replayWithoutInlining()
1311 const StackFrameContext *CallerSF = CalleeSF->getParent()->getCurrentStackFrame(); in replayWithoutInlining()
1323 if (L.getLocationContext()->getCurrentStackFrame() != CallerSF) in replayWithoutInlining()
1386 const LocationContext *CalleeSF = CalleeLC->getCurrentStackFrame(); in processCFGBlockEntrance()
1389 if (RootLC->getCurrentStackFrame() != CalleeSF) { in processCFGBlockEntrance()
H A DSymbolManager.cpp516 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame(); in isLive()
H A DCoreEngine.cpp330 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(), in HandleBlockEntrance()
H A DCallEvent.cpp926 const LocationContext *CallerCtx = ParentCtx->getCurrentStackFrame(); in getCaller()
H A DBugReporter.cpp1276 const StackFrameContext *Callee = CalleeCtx->getCurrentStackFrame(); in reversePropagateInterestingSymbols()
1870 const StackFrameContext *CalleeLC = PDB.LC->getCurrentStackFrame(); in GenerateAlternateExtensivePathDiagnostic()
2568 return LC->getCurrentStackFrame()->getDecl(); in getDeclWithIssue()
H A DBugReporterVisitors.cpp444 return FrameSpace->getStackFrame() == LCtx->getCurrentStackFrame(); in isInitializationOfVar()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp404 const StackFrameContext *LocationContext::getCurrentStackFrame() const { in getCurrentStackFrame() function in LocationContext
415 return getCurrentStackFrame()->inTopFrame(); in inTopFrame()
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h141 return getLocationContext()->getCurrentStackFrame(); in getStackFrame()
H A DCoreEngine.h193 LC->getCurrentStackFrame(), in blockCount()
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisContext.h256 const StackFrameContext *getCurrentStackFrame() const;