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

/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h27 #define RECOVERABLE(checkname, ...) \ macro
36 RECOVERABLE(type_mismatch, TypeMismatchData *Data, ValueHandle Pointer)
44 RECOVERABLE(add_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
47 RECOVERABLE(sub_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
50 RECOVERABLE(mul_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
53 RECOVERABLE(negate_overflow, OverflowData *Data, ValueHandle OldVal)
56 RECOVERABLE(divrem_overflow, OverflowData *Data,
67 RECOVERABLE(shift_out_of_bounds, ShiftOutOfBoundsData *Data,
77 RECOVERABLE(out_of_bounds, OutOfBoundsData *Data, ValueHandle Index)
96 RECOVERABLE(vla_bound_not_positiv
[all...]

Completed in 196 milliseconds