Searched defs:calleeCtx (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp28 const StackFrameContext *calleeCtx) {
26 enterStackFrame(ProgramStateRef state, const LocationContext *callerCtx, const StackFrameContext *calleeCtx) argument
H A DExprEngineCallAndReturn.cpp26 const StackFrameContext *calleeCtx = CE.getCalleeContext(); local
27 const CFG *CalleeCFG = calleeCtx->getCFG();
38 BlockEdge Loc(Entry, Succ, calleeCtx);
44 calleeCtx);
74 const StackFrameContext *calleeCtx = local
76 const LocationContext *callerCtx = calleeCtx->getParent();
77 const Stmt *CE = calleeCtx->getCallSite();
89 getCXXThisRegion(CCE->getConstructor()->getParent(), calleeCtx);
106 NodeBuilderContext Ctx(Engine, calleeCtx->getCallSiteBlock(), N);
109 SaveAndRestore<unsigned> CBISave(currentStmtIdx, calleeCtx
[all...]
H A DRegionStore.cpp396 const StackFrameContext *calleeCtx);
1961 const StackFrameContext *calleeCtx)
1963 FunctionDecl const *FD = cast<FunctionDecl>(calleeCtx->getDecl());
1968 if (CallExpr const *CE = dyn_cast<CallExpr>(calleeCtx->getCallSite())) {
1977 svalBuilder.makeLoc(MRMgr.getVarRegion(*PI, calleeCtx)),
1981 dyn_cast<CXXConstructExpr>(calleeCtx->getCallSite())) {
1989 svalBuilder.makeLoc(MRMgr.getVarRegion(*PI, calleeCtx)),
1993 assert(isa<CXXDestructorDecl>(calleeCtx->getDecl()));
1959 enterStackFrame(ProgramStateRef state, const LocationContext *callerCtx, const StackFrameContext *calleeCtx) argument
/external/clang/include/clang/Analysis/
H A DProgramPoint.h388 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, argument
390 : StmtPoint(stmt, calleeCtx, CallEnterKind, callerCtx, 0) {}

Completed in 171 milliseconds