Searched refs:PointeeLoc (Results 1 – 4 of 4) sorted by relevance
271 explicit PointerValue(StorageLocation &PointeeLoc) in PointerValue() argument272 : Value(Kind::Pointer), PointeeLoc(PointeeLoc) {} in PointerValue()278 StorageLocation &getPointeeLoc() const { return PointeeLoc; } in getPointeeLoc()281 StorageLocation &PointeeLoc;
706 auto &PointeeLoc = createStorageLocation(PointeeType); in createValueUnlessSelfReferential() local714 setValue(PointeeLoc, *PointeeVal); in createValueUnlessSelfReferential()717 return &takeOwnership(std::make_unique<ReferenceValue>(PointeeLoc)); in createValueUnlessSelfReferential()723 auto &PointeeLoc = createStorageLocation(PointeeType); in createValueUnlessSelfReferential() local731 setValue(PointeeLoc, *PointeeVal); in createValueUnlessSelfReferential()734 return &takeOwnership(std::make_unique<PointerValue>(PointeeLoc)); in createValueUnlessSelfReferential()
85 auto &PointeeLoc = createStorageLocation(CanonicalPointeeType); in getOrCreateNullPointerValue() local87 &takeOwnership(std::make_unique<PointerValue>(PointeeLoc)); in getOrCreateNullPointerValue()
393 StorageLocation *PointeeLoc = in VisitUnaryOperator() local395 if (PointeeLoc == nullptr) in VisitUnaryOperator()400 Env.takeOwnership(std::make_unique<PointerValue>(*PointeeLoc)); in VisitUnaryOperator()