Searched refs:calleeCtx (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 47 const StackFrameContext *calleeCtx = CE.getCalleeContext(); in processCallEnter() local 48 PrettyStackTraceLocationContext CrashInfo(calleeCtx); in processCallEnter() 59 BlockEdge Loc(Entry, Succ, calleeCtx); in processCallEnter() 190 const StackFrameContext *calleeCtx) { in wasDifferentDeclUsedForInlining() argument 191 const Decl *RuntimeCallee = calleeCtx->getDecl(); in wasDifferentDeclUsedForInlining() 257 const StackFrameContext *calleeCtx = CEBNode->getStackFrame(); in processCallExit() local 262 calleeCtx->getParent()->getStackFrame(); in processCallExit() 264 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit() 274 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit() 290 auto ThisVal = svalBuilder.getCXXThis(DtorDecl->getParent(), calleeCtx); in processCallExit() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 630 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, in CallEnter() argument 632 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {} in CallEnter()
|