Home
last modified time | relevance | path

Searched refs:PointeeLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h172 explicit PointerValue(StorageLocation &PointeeLoc) in PointerValue() argument
173 : Value(Kind::Pointer), PointeeLoc(PointeeLoc) {} in PointerValue()
179 StorageLocation &getPointeeLoc() const { return PointeeLoc; } in getPointeeLoc()
182 StorageLocation &PointeeLoc;
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp344 StorageLocation *PointeeLoc = Env.getStorageLocation(*SubExpr); in VisitImplicitCastExpr() local
345 if (PointeeLoc == nullptr) in VisitImplicitCastExpr()
348 Env.setValue(*S, Env.create<PointerValue>(*PointeeLoc)); in VisitImplicitCastExpr()
380 if (StorageLocation *PointeeLoc = Env.getStorageLocation(*SubExpr)) in VisitUnaryOperator() local
381 Env.setValue(*S, Env.create<PointerValue>(*PointeeLoc)); in VisitUnaryOperator()
H A DDataflowAnalysisContext.cpp130 auto &PointeeLoc = createStorageLocation(CanonicalPointeeType); in getOrCreateNullPointerValue() local
131 Res.first->second = &arena().create<PointerValue>(PointeeLoc); in getOrCreateNullPointerValue()
H A DDataflowEnvironment.cpp1005 StorageLocation &PointeeLoc = in createValueUnlessSelfReferential() local
1008 return &arena().create<PointerValue>(PointeeLoc); in createValueUnlessSelfReferential()