struct DereferenceInfo
Declaration
struct DereferenceInfo { /* full declaration omitted */ };
Declared at: clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp:114
Member Variables
- public const clang::ento::TypedValueRegion* R
- public const bool NeedsCastBack
- public const bool IsCyclic
Method Overview
- public DereferenceInfo(const clang::ento::TypedValueRegion * R, bool NCB, bool IC)
Methods
ΒΆDereferenceInfo(
const clang::ento::TypedValueRegion* R,
bool NCB,
bool IC)
DereferenceInfo(
const clang::ento::TypedValueRegion* R,
bool NCB,
bool IC)
Declared at: clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp:118
Parameters
- const clang::ento::TypedValueRegion* R
- bool NCB
- bool IC