Lines Matching refs:test_case
69 test_case(void (*fun)(void), const char *string) in test_case() function
128 test_case(test_add_overflow_signed, " signed integer overflow: "); in UBSAN_TC_BODY()
151 test_case(test_add_overflow_unsigned, " unsigned integer overflow: "); in UBSAN_TC_BODY()
178 test_case(test_builtin_unreachable, " calling __builtin_unreachable()"); in UBSAN_TC_BODY()
200 test_case(test_divrem_overflow_signed_div, " signed integer overflow: "); in UBSAN_TC_BODY()
222 test_case(test_divrem_overflow_signed_mod, " signed integer overflow: "); in UBSAN_TC_BODY()
251 test_case(test_function_type_mismatch, " call to function "); in UBSAN_TC_BODY()
276 test_case(test_invalid_builtin_##type, \
306 test_case(test_load_invalid_value_bool, " load of value "); in UBSAN_TC_BODY()
330 test_case(test_load_invalid_value_enum, " load of value "); in UBSAN_TC_BODY()
360 test_case(test_missing_return, in UBSAN_TC_BODY()
385 test_case(test_mul_overflow_signed, " signed integer overflow: "); in UBSAN_TC_BODY()
408 test_case(test_mul_overflow_unsigned, " unsigned integer overflow: "); in UBSAN_TC_BODY()
431 test_case(test_negate_overflow_signed, " negation of "); in UBSAN_TC_BODY()
452 test_case(test_negate_overflow_unsigned, " negation of "); in UBSAN_TC_BODY()
482 test_case(test_nonnull_arg, " null pointer passed as argument "); in UBSAN_TC_BODY()
513 test_case(test_nonnull_assign, " _Nonnull binding to null pointer of type "); in UBSAN_TC_BODY()
541 test_case(test_nonnull_return, " null pointer returned from function "); in UBSAN_TC_BODY()
564 test_case(test_out_of_bounds, " index 10 is out of range for type "); in UBSAN_TC_BODY()
588 test_case(test_pointer_overflow, " pointer expression with base "); in UBSAN_TC_BODY()
611 test_case(test_shift_out_of_bounds_signednessbit, " left shift of "); in UBSAN_TC_BODY()
635 test_case(test_shift_out_of_bounds_signedoverflow, " left shift of "); in UBSAN_TC_BODY()
657 test_case(test_shift_out_of_bounds_negativeexponent, " shift exponent -"); in UBSAN_TC_BODY()
679 test_case(test_shift_out_of_bounds_toolargeexponent, " shift exponent "); in UBSAN_TC_BODY()
702 test_case(test_sub_overflow_signed, " signed integer overflow: "); in UBSAN_TC_BODY()
724 test_case(test_sub_overflow_unsigned, " unsigned integer overflow: "); in UBSAN_TC_BODY()
752 test_case(test_type_mismatch_misaligned, " load of misaligned address "); in UBSAN_TC_BODY()
775 test_case(test_vla_bound_not_positive, " variable length array bound value "); in UBSAN_TC_BODY()
797 test_case(test_integer_divide_by_zero, " signed integer overflow: "); in UBSAN_TC_BODY()
820 test_case(test_float_divide_by_zero, " unsigned integer overflow: "); in UBSAN_TC_BODY()