Searched refs:RECOVERABLE (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers.h | 30 #define RECOVERABLE(checkname, ...) \ macro 39 RECOVERABLE(type_mismatch_v1, TypeMismatchData *Data, ValueHandle Pointer) 49 RECOVERABLE(alignment_assumption, AlignmentAssumptionData *Data, 58 RECOVERABLE(add_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS) 61 RECOVERABLE(sub_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS) 64 RECOVERABLE(mul_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS) 67 RECOVERABLE(negate_overflow, OverflowData *Data, ValueHandle OldVal) 70 RECOVERABLE(divrem_overflow, OverflowData *Data, 81 RECOVERABLE(shift_out_of_bounds, ShiftOutOfBoundsData *Data, 91 RECOVERABLE(out_of_bounds, OutOfBoundsData *Data, ValueHandle Index) [all …]
|
/freebsd/contrib/bzip2/ |
H A D | README | 129 SMALL, THAT THE DATA WILL NOT BE RECOVERABLE.
|