Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp213 const StackFrameContext *callerCtx = in processCallExit() local
255 state = state->BindExpr(CE, callerCtx, V); in processCallExit()
264 state = state->BindExpr(CCE, callerCtx, ThisV); in processCallExit()
266 ShouldRepeatCall = shouldRepeatCtorCall(state, CCE, callerCtx); in processCallExit()
269 if (getIndexOfElementToConstruct(state, CCE, callerCtx)) in processCallExit()
270 state = removeIndexOfElementToConstruct(state, CCE, callerCtx); in processCallExit()
272 if (getPendingInitLoop(state, CCE, callerCtx)) in processCallExit()
273 state = removePendingInitLoop(state, CCE, callerCtx); in processCallExit()
283 SVal AllocV = state->getSVal(CNE, callerCtx); in processCallExit()
327 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DProgramPoint.h632 const LocationContext *callerCtx) in CallEnter() argument
633 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {} in CallEnter()