Searched refs:OverflowData (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h42 struct OverflowData { struct in namespace:__ubsan
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,
H A Dubsan_handlers.cc86 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS,
102 void __ubsan::handler_name(OverflowData *Data, ValueHandle LHS, \
116 static void handleNegateOverflowImpl(OverflowData *Data, ValueHandle OldVal,
135 void __ubsan::__ubsan_handle_negate_overflow(OverflowData *Data,
140 void __ubsan::__ubsan_handle_negate_overflow_abort(OverflowData *Data,
147 static void handleDivremOverflowImpl(OverflowData *Data, ValueHandle LHS,
165 void __ubsan::__ubsan_handle_divrem_overflow(OverflowData *Data,
170 void __ubsan::__ubsan_handle_divrem_overflow_abort(OverflowData *Data,

Completed in 58 milliseconds