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

/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_value.cpp75 return SIntMax(UIntMax(Val) << ExtraBits) >> ExtraBits;
89 UIntMax Value::getUIntValue() const {
105 UIntMax Value::getPositiveIntValue() const {
H A Dubsan_value.h33 typedef u128 UIntMax; typedef in namespace:__ubsan
36 typedef u64 UIntMax;
178 UIntMax getUIntValue() const;
181 UIntMax getPositiveIntValue() const;
H A Dubsan_diag.h164 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {}
172 UIntMax UInt;
215 Diag &operator<<(unsigned long long V) { return AddArg(UIntMax(V)); }
H A Dubsan_diag.cpp135 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) {

Completed in 273 milliseconds