Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp226 const StackFrameContext *callerCtx = in processCallExit() local
261 state = state->BindExpr(CE, callerCtx, V); in processCallExit()
274 state = state->BindExpr(CCE, callerCtx, ThisV); in processCallExit()
312 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
/external/clang/include/clang/Analysis/
DProgramPoint.h564 const LocationContext *callerCtx) in CallEnter() argument
565 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {} in CallEnter()