Searched refs:calleeCtx (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngineCallAndReturn.cpp | 46 const StackFrameContext *calleeCtx = CE.getCalleeContext(); in processCallEnter() local 47 PrettyStackTraceLocationContext CrashInfo(calleeCtx); in processCallEnter() 58 BlockEdge Loc(Entry, Succ, calleeCtx); in processCallEnter() 189 const StackFrameContext *calleeCtx) { in wasDifferentDeclUsedForInlining() argument 190 const Decl *RuntimeCallee = calleeCtx->getDecl(); in wasDifferentDeclUsedForInlining() 209 const StackFrameContext *calleeCtx = CEBNode->getStackFrame(); in processCallExit() local 214 calleeCtx->getParent()->getStackFrame(); in processCallExit() 216 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit() 226 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit() 237 if (wasDifferentDeclUsedForInlining(Call, calleeCtx)) { in processCallExit() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/ |
| D | ProgramPoint.h | 632 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, in CallEnter() argument 634 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {} in CallEnter()
|