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

References

projects/compiler-rt/lib/ubsan/ubsan_handlers.cpp
  295   if (RHSVal.isNegative() ||
  296       RHSVal.getPositiveIntValue() >= Data->LHSType.getIntegerBitWidth())
  307     if (RHSVal.isNegative())
  308       Diag(Loc, DL_Error, ET, "shift exponent %0 is negative") << RHSVal;
  312           << RHSVal << Data->LHSType.getIntegerBitWidth() << Data->LHSType;
  319           << LHSVal << RHSVal << Data->LHSType;