clang 20.0.0git
|
Public Member Functions | |
DereferenceInfo (const TypedValueRegion *R, bool NCB, bool IC) | |
Public Attributes | |
const TypedValueRegion * | R |
const bool | NeedsCastBack |
const bool | IsCyclic |
Definition at line 115 of file UninitializedPointee.cpp.
|
inline |
Definition at line 119 of file UninitializedPointee.cpp.
const bool DereferenceInfo::IsCyclic |
Definition at line 118 of file UninitializedPointee.cpp.
const bool DereferenceInfo::NeedsCastBack |
Definition at line 117 of file UninitializedPointee.cpp.
const TypedValueRegion* DereferenceInfo::R |
Definition at line 116 of file UninitializedPointee.cpp.