Searched refs:PointeeLoc (Results 1 – 4 of 4) sorted by relevance
174 explicit PointerValue(StorageLocation &PointeeLoc) in PointerValue() argument175 : Value(Kind::Pointer), PointeeLoc(PointeeLoc) {} in PointerValue()181 StorageLocation &getPointeeLoc() const { return PointeeLoc; } in getPointeeLoc()184 StorageLocation &PointeeLoc;
320 StorageLocation *PointeeLoc = Env.getStorageLocation(*SubExpr); in VisitImplicitCastExpr() local321 if (PointeeLoc == nullptr) in VisitImplicitCastExpr()324 Env.setValue(*S, Env.create<PointerValue>(*PointeeLoc)); in VisitImplicitCastExpr()356 if (StorageLocation *PointeeLoc = Env.getStorageLocation(*SubExpr)) in VisitUnaryOperator() local357 Env.setValue(*S, Env.create<PointerValue>(*PointeeLoc)); in VisitUnaryOperator()
129 auto &PointeeLoc = createStorageLocation(CanonicalPointeeType); in getOrCreateNullPointerValue() local130 Res.first->second = &arena().create<PointerValue>(PointeeLoc); in getOrCreateNullPointerValue()
885 StorageLocation &PointeeLoc = in createValueUnlessSelfReferential() local888 return &arena().create<PointerValue>(PointeeLoc); in createValueUnlessSelfReferential()