HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentStackFrame (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ExprInspectionChecker.cpp 90 if (LC->getCurrentStackFrame()->getParent() != 0)
110 if (LC->getCurrentStackFrame()->getParent() == 0)
NSErrorChecker.cpp 188 SFC = C.getLocationContext()->getCurrentStackFrame();
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 72 Node->getLocation().getLocationContext()->getCurrentStackFrame();
79 if (PP.getLocationContext()->getCurrentStackFrame() == SF) {
219 CEBNode->getLocationContext()->getCurrentStackFrame();
224 calleeCtx->getParent()->getCurrentStackFrame();
419 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame();
585 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame();
    [all...]
ExprEngineCXX.cpp 146 LCtx->getCurrentStackFrame());
175 LCtx->getCurrentStackFrame());
Environment.cpp 57 L ? L->getCurrentStackFrame() : 0) {}
MemRegion.cpp 807 const StackFrameContext *STC = LC->getCurrentStackFrame();
830 const StackFrameContext *STC = LC->getCurrentStackFrame();
897 const StackFrameContext *SFC = LC->getCurrentStackFrame();
951 const StackFrameContext *STC = LC->getCurrentStackFrame();
961 const StackFrameContext *STC = LC->getCurrentStackFrame();
    [all...]
ExprEngine.cpp 153 const StackFrameContext *SFC = InitLoc->getCurrentStackFrame();
323 const StackFrameContext *SFC = LC ? LC->getCurrentStackFrame() : 0;
512 LCtx->getCurrentStackFrame());
533 LCtx->getCurrentStackFrame());
    [all...]
CoreEngine.cpp 329 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(),
SymbolManager.cpp 518 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame();
CallEvent.cpp 929 const LocationContext *CallerCtx = ParentCtx->getCurrentStackFrame();
    [all...]
BugReporter.cpp     [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 361 const StackFrameContext *LocationContext::getCurrentStackFrame() const {
372 return getCurrentStackFrame()->inTopFrame();
  /external/clang/include/clang/Analysis/
AnalysisContext.h 252 const StackFrameContext *getCurrentStackFrame() const;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 141 return getLocationContext()->getCurrentStackFrame();
CoreEngine.h 194 LC->getCurrentStackFrame(),

Completed in 178 milliseconds