clang: DereferenceInfo Struct Reference (original) (raw)
Public Member Functions |
---|
Public Attributes | |
---|---|
const TypedValueRegion * | R |
const bool | NeedsCastBack |
const bool | IsCyclic |
Detailed Description
Definition at line 115 of file UninitializedPointee.cpp.
Constructor & Destructor Documentation
DereferenceInfo::DereferenceInfo ( const TypedValueRegion * R, bool NCB, bool IC ) | inline |
---|
Definition at line 119 of file UninitializedPointee.cpp.
Member Data Documentation
◆ IsCyclic
const bool DereferenceInfo::IsCyclic
Definition at line 118 of file UninitializedPointee.cpp.
◆ NeedsCastBack
const bool DereferenceInfo::NeedsCastBack
Definition at line 117 of file UninitializedPointee.cpp.
◆ R
const TypedValueRegion* DereferenceInfo::R
Definition at line 116 of file UninitializedPointee.cpp.
The documentation for this struct was generated from the following file:
- lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp