HomeSort by relevance Sort by last modified time
    Searched defs:CallerCtx (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 929 const LocationContext *CallerCtx = ParentCtx->getCurrentStackFrame();
930 assert(CallerCtx && "This should not be used for top-level stack frames");
936 return getSimpleCall(CE, State, CallerCtx);
    [all...]
BugReporter.cpp     [all...]

Completed in 358 milliseconds