Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp43 const StackFrameContext *calleeCtx = CE.getCalleeContext(); in processCallEnter() local
44 PrettyStackTraceLocationContext CrashInfo(calleeCtx); in processCallEnter()
55 BlockEdge Loc(Entry, Succ, calleeCtx); in processCallEnter()
187 const StackFrameContext *calleeCtx) { in wasDifferentDeclUsedForInlining() argument
188 const Decl *RuntimeCallee = calleeCtx->getDecl(); in wasDifferentDeclUsedForInlining()
224 const StackFrameContext *calleeCtx = in processCallExit() local
230 calleeCtx->getParent()->getCurrentStackFrame(); in processCallExit()
232 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()
242 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit()
253 if (wasDifferentDeclUsedForInlining(Call, calleeCtx)) { in processCallExit()
[all …]
/external/clang/include/clang/Analysis/
DProgramPoint.h586 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, in CallEnter() argument
588 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {} in CallEnter()