Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp37 const StackFrameContext *calleeCtx = CE.getCalleeContext(); in processCallEnter() local
38 const CFG *CalleeCFG = calleeCtx->getCFG(); in processCallEnter()
49 BlockEdge Loc(Entry, Succ, calleeCtx); in processCallEnter()
132 const StackFrameContext *calleeCtx = in processCallExit() local
138 calleeCtx->getParent()->getCurrentStackFrame(); in processCallExit()
140 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()
160 svalBuilder.getCXXThis(CCE->getConstructor()->getParent(), calleeCtx); in processCallExit()
171 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit()
181 PostStmt Loc(LastSt, calleeCtx, &retValBind); in processCallExit()
206 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
[all …]
/external/clang/include/clang/Analysis/
DProgramPoint.h469 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, in CallEnter() argument
471 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, 0) {} in CallEnter()