enum ErrnoCheckState

Declared at: clang/lib/StaticAnalyzer/Checkers/ErrnoModeling.h:24

Enumerators

NameValueComment
Irrelevant0We do not know anything about 'errno'.
MustBeChecked1Value of 'errno' should be checked to find out if a previous function call has failed.
MustNotBeChecked2Value of 'errno' is not allowed to be read, it can contain an unspecified value.