Searched refs:PointeeLoc (Results 1 – 4 of 4) sorted by relevance
246 explicit PointerValue(StorageLocation &PointeeLoc) in PointerValue() argument247 : Value(Kind::Pointer), PointeeLoc(PointeeLoc) {} in PointerValue()253 StorageLocation &getPointeeLoc() const { return PointeeLoc; } in getPointeeLoc()256 StorageLocation &PointeeLoc;
460 auto &PointeeLoc = createStorageLocation(PointeeType); in createValueUnlessSelfReferential() local468 setValue(PointeeLoc, *PointeeVal); in createValueUnlessSelfReferential()471 return &takeOwnership(std::make_unique<ReferenceValue>(PointeeLoc)); in createValueUnlessSelfReferential()477 auto &PointeeLoc = createStorageLocation(PointeeType); in createValueUnlessSelfReferential() local485 setValue(PointeeLoc, *PointeeVal); in createValueUnlessSelfReferential()488 return &takeOwnership(std::make_unique<PointerValue>(PointeeLoc)); in createValueUnlessSelfReferential()
294 StorageLocation *PointeeLoc = in VisitUnaryOperator() local296 if (PointeeLoc == nullptr) in VisitUnaryOperator()301 Env.takeOwnership(std::make_unique<PointerValue>(*PointeeLoc)); in VisitUnaryOperator()
66 auto &PointeeLoc = getStableStorageLocation(CanonicalPointeeType); in getOrCreateNullPointerValue() local68 &takeOwnership(std::make_unique<PointerValue>(PointeeLoc)); in getOrCreateNullPointerValue()