Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp186 const StackFrameContext *calleeCtx) { in wasDifferentDeclUsedForInlining() argument
187 const Decl *RuntimeCallee = calleeCtx->getDecl(); in wasDifferentDeclUsedForInlining()
252 const StackFrameContext *calleeCtx = CEBNode->getStackFrame(); in processCallExit() local
257 calleeCtx->getParent()->getStackFrame(); in processCallExit()
259 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()
269 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit()
285 auto ThisVal = svalBuilder.getCXXThis(DtorDecl->getParent(), calleeCtx); in processCallExit()
297 if (wasDifferentDeclUsedForInlining(Call, calleeCtx)) { in processCallExit()
299 CallEvent::getDeclaredResultType(calleeCtx->getDecl()); in processCallExit()
314 svalBuilder.getCXXThis(CCE->getConstructor()->getParent(), calleeCtx); in processCallExit()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h640 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, in CallEnter() argument
642 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {} in CallEnter()