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

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 545 LLVMContext &CallerCtx = Caller->getContext();
553 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc,
563 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc,
573 CallerCtx, DEBUG_TYPE, *Caller, DLoc,
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 926 const LocationContext *CallerCtx = ParentCtx->getCurrentStackFrame();
927 assert(CallerCtx && "This should not be used for top-level stack frames");
933 return getSimpleCall(CE, State, CallerCtx);
    [all...]
BugReporter.cpp     [all...]

Completed in 169 milliseconds