Lines Matching refs:ThisVal
42 SVal ThisVal; in performTrivialCopy() local
48 ThisVal = Ctor->getCXXThisVal(); in performTrivialCopy()
55 ThisVal = cast<CXXInstanceCall>(Call).getCXXThisVal(); in performTrivialCopy()
83 evalBind(Dst, CallExpr, Pred, ThisVal, V, true); in performTrivialCopy()
90 State = State->BindExpr(CallExpr, LCtx, ThisVal); in performTrivialCopy()
139 SVal ThisVal = State->getSVal(ThisPtr); in computeObjectUnderConstruction() local
141 const auto *ThisReg = cast<SubRegion>(ThisVal.getAsRegion()); in computeObjectUnderConstruction()
150 return ThisVal; in computeObjectUnderConstruction()
156 FieldVal = State->getLValue(Init->getIndirectMember(), ThisVal); in computeObjectUnderConstruction()
159 FieldVal = State->getLValue(Init->getMember(), ThisVal); in computeObjectUnderConstruction()
648 SVal ThisVal = State->getSVal(ThisPtr); in handleConstructor() local
651 Target = ThisVal; in handleConstructor()
656 getStoreManager().evalDerivedToBase(ThisVal, E->getType(), IsVirtual); in handleConstructor()