Searched refs:PointeeLoc (Results 1 – 4 of 4) sorted by relevance
172 explicit PointerValue(StorageLocation &PointeeLoc) in PointerValue() argument173 : Value(Kind::Pointer), PointeeLoc(PointeeLoc) {} in PointerValue()179 StorageLocation &getPointeeLoc() const { return PointeeLoc; } in getPointeeLoc()182 StorageLocation &PointeeLoc;
349 StorageLocation *PointeeLoc = Env.getStorageLocation(*SubExpr); in VisitImplicitCastExpr() local350 if (PointeeLoc == nullptr) in VisitImplicitCastExpr()353 Env.setValue(*S, Env.create<PointerValue>(*PointeeLoc)); in VisitImplicitCastExpr()385 if (StorageLocation *PointeeLoc = Env.getStorageLocation(*SubExpr)) in VisitUnaryOperator() local386 Env.setValue(*S, Env.create<PointerValue>(*PointeeLoc)); in VisitUnaryOperator()
128 auto &PointeeLoc = createStorageLocation(CanonicalPointeeType); in getOrCreateNullPointerValue() local129 Res.first->second = &arena().create<PointerValue>(PointeeLoc); in getOrCreateNullPointerValue()
1004 StorageLocation &PointeeLoc = in createValueUnlessSelfReferential() local1007 return &arena().create<PointerValue>(PointeeLoc); in createValueUnlessSelfReferential()