Searched refs:UIntMax (Results 1 – 4 of 4) sorted by relevance
34 typedef u128 UIntMax; typedef37 typedef u64 UIntMax;176 UIntMax getUIntValue() const;179 UIntMax getPositiveIntValue() const;
44 UIntMax Value::getUIntValue() const { in getUIntValue()60 UIntMax Value::getPositiveIntValue() const { in getPositiveIntValue()
156 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {} in Arg()164 UIntMax UInt;206 Diag &operator<<(unsigned long long V) { return AddArg(UIntMax(V)); }
127 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) { in RenderHex()