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()556 SVal ThisV = C->getCXXThisVal(); in bindReturnValue() local559 if (isTemporaryPRValue(cast<CXXConstructExpr>(E), ThisV)) in bindReturnValue()560 ThisV = State->getSVal(ThisV.castAs<Loc>()); in bindReturnValue()562 return State->BindExpr(E, LCtx, ThisV); in bindReturnValue()