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

  /external/clang/lib/StaticAnalyzer/Checkers/
ExprInspectionChecker.cpp 92 if (LC->getCurrentStackFrame()->getParent() != 0)
112 if (LC->getCurrentStackFrame()->getParent() == 0)
NSErrorChecker.cpp 188 SFC = C.getLocationContext()->getCurrentStackFrame();
RetainCountChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 75 Node->getLocation().getLocationContext()->getCurrentStackFrame();
82 if (PP.getLocationContext()->getCurrentStackFrame() == SF) {
222 CEBNode->getLocationContext()->getCurrentStackFrame();
227 calleeCtx->getParent()->getCurrentStackFrame();
422 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame();
594 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame();
    [all...]
ExprEngineCXX.cpp 146 LCtx->getCurrentStackFrame());
180 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) {
200 LCtx->getCurrentStackFrame());
Environment.cpp 57 L ? L->getCurrentStackFrame() : 0) {}
MemRegion.cpp 853 const StackFrameContext *STC = LC->getCurrentStackFrame();
882 const StackFrameContext *STC = LC->getCurrentStackFrame();
949 const StackFrameContext *SFC = LC->getCurrentStackFrame();
1003 const StackFrameContext *STC = LC->getCurrentStackFrame();
    [all...]
ExprEngine.cpp 155 const StackFrameContext *SFC = InitLoc->getCurrentStackFrame();
352 const StackFrameContext *SFC = LC ? LC->getCurrentStackFrame() : 0;
572 LCtx->getCurrentStackFrame());
593 LCtx->getCurrentStackFrame());
    [all...]
CoreEngine.cpp 329 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(),
SymbolManager.cpp 518 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame();
CallEvent.cpp 914 const LocationContext *CallerCtx = ParentCtx->getCurrentStackFrame();
    [all...]
BugReporter.cpp     [all...]
BugReporterVisitors.cpp 447 return FrameSpace->getStackFrame() == LCtx->getCurrentStackFrame();
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 387 const StackFrameContext *LocationContext::getCurrentStackFrame() const {
398 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 198 LC->getCurrentStackFrame(),

Completed in 577 milliseconds