Searched refs:ThisV (Results 1 – 1 of 1) sorted by relevance
271 SVal ThisV = state->getSVal(This); in processCallExit() local274 if (isTemporaryPRValue(CCE, ThisV)) in processCallExit()275 ThisV = state->getSVal(ThisV.castAs<Loc>()); in processCallExit()277 state = state->BindExpr(CCE, callerCtx, ThisV); in processCallExit()543 SVal ThisV = C->getCXXThisVal(); in bindReturnValue() local546 if (isTemporaryPRValue(cast<CXXConstructExpr>(E), ThisV)) in bindReturnValue()547 ThisV = State->getSVal(ThisV.castAs<Loc>()); in bindReturnValue()549 return State->BindExpr(E, LCtx, ThisV); in bindReturnValue()