HomeSort by relevance Sort by last modified time
    Searched refs:UIntMax (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_value.h 34 typedef u128 UIntMax;
37 typedef u64 UIntMax;
176 UIntMax getUIntValue() const;
179 UIntMax getPositiveIntValue() const;
ubsan_value.cc 44 UIntMax Value::getUIntValue() const {
60 UIntMax Value::getPositiveIntValue() const {
ubsan_diag.h 156 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {}
164 UIntMax UInt;
206 Diag &operator<<(unsigned long long V) { return AddArg(UIntMax(V)); }
ubsan_diag.cc 127 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) {

Completed in 64 milliseconds