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;
344 StorageLocation *PointeeLoc = Env.getStorageLocation(*SubExpr); in VisitImplicitCastExpr() local345 if (PointeeLoc == nullptr) in VisitImplicitCastExpr()348 Env.setValue(*S, Env.create<PointerValue>(*PointeeLoc)); in VisitImplicitCastExpr()380 if (StorageLocation *PointeeLoc = Env.getStorageLocation(*SubExpr)) in VisitUnaryOperator() local381 Env.setValue(*S, Env.create<PointerValue>(*PointeeLoc)); in VisitUnaryOperator()
130 auto &PointeeLoc = createStorageLocation(CanonicalPointeeType); in getOrCreateNullPointerValue() local131 Res.first->second = &arena().create<PointerValue>(PointeeLoc); in getOrCreateNullPointerValue()
1005 StorageLocation &PointeeLoc = in createValueUnlessSelfReferential() local1008 return &arena().create<PointerValue>(PointeeLoc); in createValueUnlessSelfReferential()