Searched refs:callerCtx (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp137 const StackFrameContext *callerCtx = local
154 state = state->BindExpr(CE, callerCtx, V);
164 state = state->BindExpr(CCE, callerCtx, ThisV);
194 removeDead(BindedRetNode, CleanedNodes, 0, callerCtx, LastSt,
206 CallExitEnd Loc(calleeCtx, callerCtx);
/external/clang/include/clang/Analysis/
H A DProgramPoint.h470 const LocationContext *callerCtx)
471 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, 0) {}
469 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, const LocationContext *callerCtx) argument

Completed in 74 milliseconds