HomeSort by: relevance | last modified time | path
    Searched refs:OverflowData (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.h 42 struct OverflowData {
48 RECOVERABLE(add_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
51 RECOVERABLE(sub_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
54 RECOVERABLE(mul_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
57 RECOVERABLE(negate_overflow, OverflowData *Data, ValueHandle OldVal)
60 RECOVERABLE(divrem_overflow, OverflowData *Data,
ubsan_handlers.cc 111 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS,
136 void __ubsan::handler_name(OverflowData *Data, ValueHandle LHS, \
151 static void handleNegateOverflowImpl(OverflowData *Data, ValueHandle OldVal,
176 void __ubsan::__ubsan_handle_negate_overflow(OverflowData *Data,
181 void __ubsan::__ubsan_handle_negate_overflow_abort(OverflowData *Data,
188 static void handleDivremOverflowImpl(OverflowData *Data, ValueHandle LHS,
219 void __ubsan::__ubsan_handle_divrem_overflow(OverflowData *Data,
224 void __ubsan::__ubsan_handle_divrem_overflow_abort(OverflowData *Data,

Completed in 12 milliseconds