|
clang 22.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 111 of file UninitializedPointee.cpp.
|
inline |
Definition at line 115 of file UninitializedPointee.cpp.
References IsCyclic, NeedsCastBack, and R.
| const bool DereferenceInfo::IsCyclic |
Definition at line 114 of file UninitializedPointee.cpp.
Referenced by DereferenceInfo().
| const bool DereferenceInfo::NeedsCastBack |
Definition at line 113 of file UninitializedPointee.cpp.
Referenced by DereferenceInfo().
| const TypedValueRegion* DereferenceInfo::R |
Definition at line 112 of file UninitializedPointee.cpp.
Referenced by DereferenceInfo().