Searched refs:RECOVERABLE (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/lib/ubsan/ |
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 …]
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.h | 31 #define RECOVERABLE(checkname, ...) \ macro 40 RECOVERABLE(type_mismatch, TypeMismatchData *Data, ValueHandle Pointer) 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, 71 RECOVERABLE(shift_out_of_bounds, ShiftOutOfBoundsData *Data, 81 RECOVERABLE(out_of_bounds, OutOfBoundsData *Data, ValueHandle Index) 98 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound) [all …]
|
/external/bzip2/ |
D | README | 129 SMALL, THAT THE DATA WILL NOT BE RECOVERABLE.
|