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

References

projects/compiler-rt/lib/ubsan/ubsan_diag.h
  165     Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {}
  173       SIntMax SInt;
projects/compiler-rt/lib/ubsan/ubsan_value.cpp
   22 SIntMax Value::getSIntValue() const {
   28       sizeof(SIntMax) * 8 - getType().getIntegerBitWidth();
   62   SIntMax Val = getSIntValue();
projects/compiler-rt/lib/ubsan/ubsan_value.h
  172   SIntMax getSIntValue() const;