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

References

projects/compiler-rt/lib/ubsan/ubsan_handlers.cpp
  166 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS,
  206 static void handleNegateOverflowImpl(OverflowData *Data, ValueHandle OldVal,
  231 void __ubsan::__ubsan_handle_negate_overflow(OverflowData *Data,
  236 void __ubsan::__ubsan_handle_negate_overflow_abort(OverflowData *Data,
  243 static void handleDivremOverflowImpl(OverflowData *Data, ValueHandle LHS,
  274 void __ubsan::__ubsan_handle_divrem_overflow(OverflowData *Data,
  279 void __ubsan::__ubsan_handle_divrem_overflow_abort(OverflowData *Data,