HomeSort by: relevance | last modified time | path
    Searched defs:UIntMax (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.h 34 typedef u128 UIntMax;
37 typedef u64 UIntMax;
176 UIntMax getUIntValue() const;
179 UIntMax getPositiveIntValue() const;
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_value.h 33 typedef u128 UIntMax;
36 typedef u64 UIntMax;
178 UIntMax getUIntValue() const;
181 UIntMax getPositiveIntValue() const;
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_value.h 33 typedef u128 UIntMax;
36 typedef u64 UIntMax;
178 UIntMax getUIntValue() const;
181 UIntMax getPositiveIntValue() const;

Completed in 28 milliseconds