Lines Matching refs:LCtx

31   const LocationContext *LCtx = Pred->getLocationContext();
33 state = createTemporaryRegionIfNeeded(state, LCtx, tempExpr, ME);
56 const LocationContext *LCtx = Pred->getLocationContext();
73 PostStmt PS(CallExpr, LCtx);
78 State = State->BindExpr(CallExpr, LCtx, ThisVal);
80 State = bindReturnValue(Call, LCtx, State);
109 const LocationContext *LCtx = Pred->getLocationContext();
132 SVal LValue = State->getLValue(Var, LCtx);
146 const CXXMethodDecl *CurCtor = cast<CXXMethodDecl>(LCtx->getDecl());
148 LCtx->getCurrentStackFrame());
174 return MRMgr.getCXXTempObjectRegion(CE, LCtx);
180 const LocationContext *LCtx = Pred->getLocationContext();
197 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) {
215 const CXXMethodDecl *CurCtor = cast<CXXMethodDecl>(LCtx->getDecl());
217 LCtx->getCurrentStackFrame());
236 CEMgr.getCXXConstructorCall(CE, Target, State, LCtx);
305 const LocationContext *LCtx = Pred->getLocationContext();
323 CEMgr.getCXXDestructorCall(DtorDecl, S, Dest, IsBaseDtor, State, LCtx);
348 const LocationContext *LCtx = Pred->getLocationContext();
354 CEMgr.getCXXAllocatorCall(CNE, State, LCtx);
378 const LocationContext *LCtx = Pred->getLocationContext();
399 symVal = svalBuilder.getConjuredHeapSymbolVal(CNE, LCtx, blockCount);
401 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(),
407 CEMgr.getCXXAllocatorCall(CNE, State, LCtx);
452 SVal PlacementLoc = State->getSVal(CNE->getPlacementArg(0), LCtx);
458 State = State->BindExpr(CNE, LCtx, Result);
469 evalBind(Dst, CNE, NewN, Result, State->getSVal(Init, LCtx),
491 const LocationContext *LCtx = Pred->getLocationContext();
492 SVal V = svalBuilder.conjureSymbolVal(CS, LCtx, VD->getType(),
495 state = state->bindLoc(state->getLValue(VD, LCtx), V);
506 const LocationContext *LCtx = Pred->getLocationContext();
510 LCtx);
514 Bldr.generateNode(TE, Pred, state->BindExpr(TE, LCtx, V));