Searched refs:OverflowData (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/compiler-rt/lib/ubsan/ |
| HD | ubsan_handlers.h | 42 struct OverflowData { struct 48 RECOVERABLE(add_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS) argument 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,
|
| HD | ubsan_handlers.cc | 86 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleIntegerOverflowImpl() 102 void __ubsan::handler_name(OverflowData *Data, ValueHandle LHS, \ 116 static void handleNegateOverflowImpl(OverflowData *Data, ValueHandle OldVal, in handleNegateOverflowImpl() 135 void __ubsan::__ubsan_handle_negate_overflow(OverflowData *Data, in __ubsan_handle_negate_overflow() 140 void __ubsan::__ubsan_handle_negate_overflow_abort(OverflowData *Data, in __ubsan_handle_negate_overflow_abort() 147 static void handleDivremOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleDivremOverflowImpl() 165 void __ubsan::__ubsan_handle_divrem_overflow(OverflowData *Data, in __ubsan_handle_divrem_overflow() 170 void __ubsan::__ubsan_handle_divrem_overflow_abort(OverflowData *Data, in __ubsan_handle_divrem_overflow_abort()
|