enum APSIntType::RangeTestResultKind

Description

Used to classify whether a value is representable using this type.

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h:76

Enumerators

NameValueComment
RTR_Below-1Value is less than the minimum representable value.
RTR_Within0Value is representable using this type.
RTR_Above1Value is greater than the maximum representable value.