Home
last modified time | relevance | path

Searched defs:CheckedInt (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSequence.h126 struct CheckedInt { struct
130 static CheckedInt from(Integral FromValue) { in from() argument
141 static CheckedInt from(Enum FromValue) { in from() argument
151 CheckedInt Result; argument
158 intmax_t Result;
167 Integral to() const { in to()
196 explicit SafeIntIterator(T Value) : SI(CheckedInt::from<T>(Value)) {} in SafeIntIterator() argument