Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DExprInspectionChecker.cpp92 if (LC->getCurrentStackFrame()->getParent() != 0) in analyzerEval()
112 if (LC->getCurrentStackFrame()->getParent() == 0) in analyzerCheckInlined()
DStackAddrEscapeChecker.cpp141 const StackFrameContext *CurFrame = LCtx->getCurrentStackFrame(); in checkPreStmt()
176 CurSFC(CC.getLocationContext()->getCurrentStackFrame()) in checkEndFunction()
DNSErrorChecker.cpp188 SFC = C.getLocationContext()->getCurrentStackFrame(); in parameterTypeFromSVal()
DMallocChecker.cpp1547 (VR->getStackFrame() == LeakContext->getCurrentStackFrame())) in getAllocationSite()
DRetainCountChecker.cpp2180 if (!VR || 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()
594 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame(); in mayInlineCallKind()
DExprEngineCXX.cpp146 LCtx->getCurrentStackFrame()); in VisitCXXConstructExpr()
180 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) { in VisitCXXConstructExpr()
200 LCtx->getCurrentStackFrame()); in VisitCXXConstructExpr()
DMemRegion.cpp853 const StackFrameContext *STC = LC->getCurrentStackFrame(); in getBlockDataRegion()
882 const StackFrameContext *STC = LC->getCurrentStackFrame(); in getCompoundLiteralRegion()
949 const StackFrameContext *SFC = LC->getCurrentStackFrame(); in getCXXTempObjectRegion()
1003 const StackFrameContext *STC = LC->getCurrentStackFrame(); in getCXXThisRegion()
1013 const StackFrameContext *STC = LC->getCurrentStackFrame(); in getAllocaRegion()
DExprEngine.cpp155 const StackFrameContext *SFC = InitLoc->getCurrentStackFrame(); in getInitialState()
352 const StackFrameContext *SFC = LC ? LC->getCurrentStackFrame() : 0; in removeDead()
572 LCtx->getCurrentStackFrame()); in ProcessBaseDtor()
593 LCtx->getCurrentStackFrame()); in ProcessMemberDtor()
1145 const StackFrameContext *CalleeSF = CalleeLC->getCurrentStackFrame(); in replayWithoutInlining()
1146 const StackFrameContext *CallerSF = CalleeSF->getParent()->getCurrentStackFrame(); in replayWithoutInlining()
1158 if (L.getLocationContext()->getCurrentStackFrame() != CallerSF) in replayWithoutInlining()
1221 const LocationContext *CalleeSF = CalleeLC->getCurrentStackFrame(); in processCFGBlockEntrance()
1224 if (RootLC->getCurrentStackFrame() != CalleeSF) { in processCFGBlockEntrance()
DEnvironment.cpp57 L ? L->getCurrentStackFrame() : 0) {} in EnvironmentEntry()
DSymbolManager.cpp518 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame(); in isLive()
DCoreEngine.cpp329 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(), in HandleBlockEntrance()
DCallEvent.cpp914 const LocationContext *CallerCtx = ParentCtx->getCurrentStackFrame(); in getCaller()
DBugReporter.cpp1246 const StackFrameContext *Callee = CalleeCtx->getCurrentStackFrame(); in reversePropagateInterestingSymbols()
1837 const StackFrameContext *CalleeLC = PDB.LC->getCurrentStackFrame(); in GenerateAlternateExtensivePathDiagnostic()
2539 return LC->getCurrentStackFrame()->getDecl(); in getDeclWithIssue()
DBugReporterVisitors.cpp447 return FrameSpace->getStackFrame() == LCtx->getCurrentStackFrame(); in isInitializationOfVar()
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp387 const StackFrameContext *LocationContext::getCurrentStackFrame() const { in getCurrentStackFrame() function in LocationContext
398 return getCurrentStackFrame()->inTopFrame(); in inTopFrame()
/external/clang/include/clang/Analysis/
DAnalysisContext.h252 const StackFrameContext *getCurrentStackFrame() const;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h141 return getLocationContext()->getCurrentStackFrame(); in getStackFrame()
DCoreEngine.h198 LC->getCurrentStackFrame(), in blockCount()