Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp213 const StackFrameContext *callerCtx = in processCallExit() local
248 state = state->BindExpr(CE, callerCtx, V); in processCallExit()
257 state = state->BindExpr(CCE, callerCtx, ThisV); in processCallExit()
266 SVal AllocV = state->getSVal(CNE, callerCtx); in processCallExit()
310 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h633 const LocationContext *callerCtx) in CallEnter() argument
634 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {} in CallEnter()