Searched refs:ThisV (Results 1 – 1 of 1) sorted by relevance
268 SVal ThisV = state->getSVal(This); in processCallExit() local271 if (isTemporaryPRValue(CCE, ThisV)) in processCallExit()272 ThisV = state->getSVal(ThisV.castAs<Loc>()); in processCallExit()274 state = state->BindExpr(CCE, callerCtx, ThisV); in processCallExit()555 SVal ThisV = C->getCXXThisVal(); in bindReturnValue() local558 if (isTemporaryPRValue(cast<CXXConstructExpr>(E), ThisV)) in bindReturnValue()559 ThisV = State->getSVal(ThisV.castAs<Loc>()); in bindReturnValue()561 return State->BindExpr(E, LCtx, ThisV); in bindReturnValue()