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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp89 if (LC->getCurrentStackFrame()->getParent() != 0)
109 if (LC->getCurrentStackFrame()->getParent() == 0)
H A DNSErrorChecker.cpp201 SFC = C.getLocationContext()->getCurrentStackFrame();
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp67 Node->getLocation().getLocationContext()->getCurrentStackFrame();
74 if (PP.getLocationContext()->getCurrentStackFrame() == SF) {
109 (PP.getLocationContext()->getCurrentStackFrame() == SF)) {
133 CEBNode->getLocationContext()->getCurrentStackFrame();
138 calleeCtx->getParent()->getCurrentStackFrame();
355 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame();
H A DExprEngineCXX.cpp97 LCtx->getCurrentStackFrame());
126 LCtx->getCurrentStackFrame());
H A DMemRegion.cpp793 const StackFrameContext *STC = LC->getCurrentStackFrame();
816 const StackFrameContext *STC = LC->getCurrentStackFrame();
883 const StackFrameContext *SFC = LC->getCurrentStackFrame();
928 const StackFrameContext *STC = LC->getCurrentStackFrame();
938 const StackFrameContext *STC = LC->getCurrentStackFrame();
H A DExprEngine.cpp153 const StackFrameContext *SFC = InitLoc->getCurrentStackFrame();
270 const StackFrameContext *SFC = LC->getCurrentStackFrame();
459 LCtx->getCurrentStackFrame());
478 LCtx->getCurrentStackFrame());
961 const StackFrameContext *CalleeSF = CalleeLC->getCurrentStackFrame();
962 const StackFrameContext *CallerSF = CalleeSF->getParent()->getCurrentStackFrame();
974 if (L.getLocationContext()->getCurrentStackFrame() != CallerSF)
1036 const LocationContext *CalleeSF = CalleeLC->getCurrentStackFrame();
1039 if (RootLC->getCurrentStackFrame() != CalleeSF) {
H A DCoreEngine.cpp329 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(),
H A DSymbolManager.cpp516 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame();
H A DCallEvent.cpp863 const LocationContext *CallerCtx = ParentCtx->getCurrentStackFrame();
H A DBugReporter.cpp1126 const StackFrameContext *Callee = CalleeCtx->getCurrentStackFrame();
1376 return LC->getCurrentStackFrame()->getDecl();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h39 const StackFrameContext*>(s, L ? L->getCurrentStackFrame():0) {}
H A DExplodedGraph.h141 return getLocationContext()->getCurrentStackFrame();
H A DCoreEngine.h196 Pred->getLocationContext()->getCurrentStackFrame(),
H A DSymbolManager.h588 : LCtx(ctx->getCurrentStackFrame()), Loc(s), SymMgr(symmgr),
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h235 const StackFrameContext *getCurrentStackFrame() const;
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp327 const StackFrameContext *LocationContext::getCurrentStackFrame() const { function in class:LocationContext

Completed in 150 milliseconds