Searched refs:DereferenceInfo (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp115 struct DereferenceInfo { struct
119 DereferenceInfo(const TypedValueRegion *R, bool NCB, bool IC) function in struct:DereferenceInfo
126 static std::optional<DereferenceInfo> dereference(ProgramStateRef State,
163 std::optional<DereferenceInfo> DerefInfo = dereference(State, FR);
221 static std::optional<DereferenceInfo> dereference(ProgramStateRef State,
253 return DereferenceInfo{R, NeedsCastBack, /*IsCyclic*/ true};
271 return DereferenceInfo{R, NeedsCastBack, /*IsCyclic*/ false};

Completed in 143 milliseconds