Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp42 const StackFrameContext *calleeCtx = CE.getCalleeContext(); in processCallEnter() local
43 PrettyStackTraceLocationContext CrashInfo(calleeCtx); in processCallEnter()
45 const CFG *CalleeCFG = calleeCtx->getCFG(); in processCallEnter()
56 BlockEdge Loc(Entry, Succ, calleeCtx); in processCallEnter()
184 const StackFrameContext *calleeCtx) { in wasDifferentDeclUsedForInlining() argument
185 const Decl *RuntimeCallee = calleeCtx->getDecl(); in wasDifferentDeclUsedForInlining()
221 const StackFrameContext *calleeCtx = in processCallExit() local
227 calleeCtx->getParent()->getCurrentStackFrame(); in processCallExit()
229 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()
239 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit()
[all …]
/external/clang/include/clang/Analysis/
DProgramPoint.h563 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, in CallEnter() argument
565 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {} in CallEnter()