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

  /external/clang/lib/StaticAnalyzer/Core/
LoopWidening.cpp 52 const StackFrameContext *STC = LCtx->getCurrentStackFrame();
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();
595 const StackFrameContext *CallerSFC = CurLC->getCurrentStackFrame();
    [all...]
ExprEngineCXX.cpp 131 getSValBuilder().getCXXThis(CurCtor, LCtx->getCurrentStackFrame());
253 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) {
273 LCtx->getCurrentStackFrame());
Environment.cpp 57 L ? L->getCurrentStackFrame()
MemRegion.cpp 868 const StackFrameContext *STC = LC->getCurrentStackFrame();
897 const StackFrameContext *STC = LC->getCurrentStackFrame();
964 const StackFrameContext *SFC = LC->getCurrentStackFrame();
    [all...]
ExprEngine.cpp 167 const StackFrameContext *SFC = InitLoc->getCurrentStackFrame();
369 const StackFrameContext *SFC = LC ? LC->getCurrentStackFrame() : nullptr;
643 LCtx->getCurrentStackFrame());
664 LCtx->getCurrentStackFrame());
    [all...]
CoreEngine.cpp 330 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(),
SymbolManager.cpp 528 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame();
CallEvent.cpp     [all...]
BugReporter.cpp     [all...]
BugReporterVisitors.cpp 443 return FrameSpace->getStackFrame() == LCtx->getCurrentStackFrame();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ExprInspectionChecker.cpp 100 if (LC->getCurrentStackFrame()->getParent() != nullptr)
134 if (LC->getCurrentStackFrame()->getParent() == nullptr)
NSErrorChecker.cpp 190 SFC = C.getLocationContext()->getCurrentStackFrame();
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 421 const StackFrameContext *LocationContext::getCurrentStackFrame() const {
432 return getCurrentStackFrame()->inTopFrame();
  /external/clang/include/clang/Analysis/
AnalysisContext.h 256 const StackFrameContext *getCurrentStackFrame() const;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 139 return getLocationContext()->getCurrentStackFrame();
CoreEngine.h 193 LC->getCurrentStackFrame(),

Completed in 700 milliseconds