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

References

projects/compiler-rt/lib/ubsan/ubsan_handlers.cpp
  291   Value LHSVal(Data->LHSType, LHS);
  296       RHSVal.getPositiveIntValue() >= Data->LHSType.getIntegerBitWidth())
  312           << RHSVal << Data->LHSType.getIntegerBitWidth() << Data->LHSType;
  312           << RHSVal << Data->LHSType.getIntegerBitWidth() << Data->LHSType;
  319           << LHSVal << RHSVal << Data->LHSType;