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

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

Completed in 83 milliseconds