Searched refs:callerCtx (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 210 const StackFrameContext *callerCtx = in processCallExit() local 245 state = state->BindExpr(CE, callerCtx, V); in processCallExit() 254 state = state->BindExpr(CCE, callerCtx, ThisV); in processCallExit() 263 SVal AllocV = state->getSVal(CNE, callerCtx); in processCallExit() 307 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 635 const LocationContext *callerCtx) in CallEnter() argument 636 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {} in CallEnter()
|