Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp261 const StackFrameContext *callerCtx = in processCallExit() local
287 if (auto Idx = getPendingArrayDestruction(state, callerCtx)) { in processCallExit()
313 state = state->BindExpr(CE, callerCtx, V); in processCallExit()
322 state = state->BindExpr(CCE, callerCtx, ThisV); in processCallExit()
324 ShouldRepeatCall = shouldRepeatCtorCall(state, CCE, callerCtx); in processCallExit()
333 SVal AllocV = state->getSVal(CNE, callerCtx); in processCallExit()
345 state, dyn_cast_or_null<CXXConstructExpr>(CE), callerCtx); in processCallExit()
380 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h631 const LocationContext *callerCtx) in CallEnter() argument
632 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {} in CallEnter()