Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSequence.h127 struct CheckedInt { struct
131 static CheckedInt from(Integral FromValue) { in from() argument
142 static CheckedInt from(Enum FromValue) { in from() argument
152 CheckedInt Result; argument
159 intmax_t Result;
168 Integral to() const { in to()
197 explicit SafeIntIterator(T Value) : SI(CheckedInt::from<T>(Value)) {} in SafeIntIterator() argument