Home
last modified time | relevance | path

Searched refs:UIntMax (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_value.h33 typedef u128 UIntMax; typedef
36 typedef u64 UIntMax;
178 UIntMax getUIntValue() const;
181 UIntMax getPositiveIntValue() const;
H A Dubsan_value.cpp75 return SIntMax(UIntMax(Val) << ExtraBits) >> ExtraBits; in getSIntValue()
89 UIntMax Value::getUIntValue() const { in getUIntValue()
105 UIntMax Value::getPositiveIntValue() const { in getPositiveIntValue()
H A Dubsan_diag.h164 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {} in Arg()
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) { in RenderHex()
/llvm-project-15.0.7/libc/test/src/math/differential_testing/
H A DSingleInputSingleOutputDiff.h20 static constexpr UIntType UIntMax = (MSBit - 1) + MSBit; variable
28 log << "Starting diff for values from 0 to " << UIntMax << '\n' in runDiff()
43 if (bits == UIntMax) in runDiff()