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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 41 const StackFrameContext *calleeCtx = CE.getCalleeContext();
42 const CFG *CalleeCFG = calleeCtx->getCFG();
53 BlockEdge Loc(Entry, Succ, calleeCtx);
181 const StackFrameContext *calleeCtx) {
182 const Decl *RuntimeCallee = calleeCtx->getDecl();
218 const StackFrameContext *calleeCtx =
224 calleeCtx->getParent()->getCurrentStackFrame();
226 const Stmt *CE = calleeCtx->getCallSite();
236 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state);
247 if (wasDifferentDeclUsedForInlining(Call, calleeCtx)) {
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 548 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx,
550 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, 0) {}
596 CallExitEnd(const StackFrameContext *CalleeCtx,
598 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, 0) {}

Completed in 148 milliseconds