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 94 if (LC->getCurrentStackFrame()->getParent() != nullptr)
125 if (LC->getCurrentStackFrame()->getParent() == nullptr)
NSErrorChecker.cpp 190 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 148 LCtx->getCurrentStackFrame());
197 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) {
217 LCtx->getCurrentStackFrame());
Environment.cpp 57 L ? L->getCurrentStackFrame()
MemRegion.cpp 865 const StackFrameContext *STC = LC->getCurrentStackFrame();
894 const StackFrameContext *STC = LC->getCurrentStackFrame();
961 const StackFrameContext *SFC = LC->getCurrentStackFrame();
    [all...]
ExprEngine.cpp 157 const StackFrameContext *SFC = InitLoc->getCurrentStackFrame();
359 const StackFrameContext *SFC = LC ? LC->getCurrentStackFrame() : nullptr;
629 LCtx->getCurrentStackFrame());
650 LCtx->getCurrentStackFrame());
    [all...]
CoreEngine.cpp 329 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(),
SymbolManager.cpp 516 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame();
CallEvent.cpp 926 const LocationContext *CallerCtx = ParentCtx->getCurrentStackFrame();
    [all...]
BugReporter.cpp     [all...]
BugReporterVisitors.cpp 447 return FrameSpace->getStackFrame() == LCtx->getCurrentStackFrame();
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 397 const StackFrameContext *LocationContext::getCurrentStackFrame() const {
408 return getCurrentStackFrame()->inTopFrame();
  /external/clang/include/clang/Analysis/
AnalysisContext.h 247 const StackFrameContext *getCurrentStackFrame() const;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 141 return getLocationContext()->getCurrentStackFrame();
CoreEngine.h 198 LC->getCurrentStackFrame(),

Completed in 378 milliseconds