reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/ubsan/ubsan_diag.cpp
  137 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) {
projects/compiler-rt/lib/ubsan/ubsan_diag.h
  164     Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {}
  172       UIntMax UInt;
projects/compiler-rt/lib/ubsan/ubsan_value.cpp
   43 UIntMax Value::getUIntValue() const {
   59 UIntMax Value::getPositiveIntValue() const {
projects/compiler-rt/lib/ubsan/ubsan_value.h
  175   UIntMax getUIntValue() const;
  178   UIntMax getPositiveIntValue() const;