Lines Matching defs:y
16 unsigned test_add_overflow_uint_uint_uint(unsigned x, unsigned y) { in test_add_overflow_uint_uint_uint()
30 int test_add_overflow_int_int_int(int x, int y) { in test_add_overflow_int_int_int()
58 unsigned test_sub_overflow_uint_uint_uint(unsigned x, unsigned y) { in test_sub_overflow_uint_uint_uint()
72 int test_sub_overflow_int_int_int(int x, int y) { in test_sub_overflow_int_int_int()
100 unsigned test_mul_overflow_uint_uint_uint(unsigned x, unsigned y) { in test_mul_overflow_uint_uint_uint()
114 int test_mul_overflow_int_int_int(int x, int y) { in test_mul_overflow_int_int_int()
170 int test_add_overflow_uint_int_int(unsigned x, int y) { in test_add_overflow_uint_int_int()
189 _Bool test_add_overflow_uint_uint_bool(unsigned x, unsigned y) { in test_add_overflow_uint_uint_bool()
208 unsigned test_add_overflow_bool_bool_uint(_Bool x, _Bool y) { in test_add_overflow_bool_bool_uint()
223 _Bool test_add_overflow_bool_bool_bool(_Bool x, _Bool y) { in test_add_overflow_bool_bool_bool()
237 int test_add_overflow_volatile(int x, int y) { in test_add_overflow_volatile()
250 unsigned test_uadd_overflow(unsigned x, unsigned y) { in test_uadd_overflow()
259 unsigned long test_uaddl_overflow(unsigned long x, unsigned long y) { in test_uaddl_overflow()
268 unsigned long long test_uaddll_overflow(unsigned long long x, unsigned long long y) { in test_uaddll_overflow()
277 unsigned test_usub_overflow(unsigned x, unsigned y) { in test_usub_overflow()
286 unsigned long test_usubl_overflow(unsigned long x, unsigned long y) { in test_usubl_overflow()
295 unsigned long long test_usubll_overflow(unsigned long long x, unsigned long long y) { in test_usubll_overflow()
304 unsigned test_umul_overflow(unsigned x, unsigned y) { in test_umul_overflow()
313 unsigned long test_umull_overflow(unsigned long x, unsigned long y) { in test_umull_overflow()
322 unsigned long long test_umulll_overflow(unsigned long long x, unsigned long long y) { in test_umulll_overflow()
331 int test_sadd_overflow(int x, int y) { in test_sadd_overflow()
340 long test_saddl_overflow(long x, long y) { in test_saddl_overflow()
349 long long test_saddll_overflow(long long x, long long y) { in test_saddll_overflow()
358 int test_ssub_overflow(int x, int y) { in test_ssub_overflow()
367 long test_ssubl_overflow(long x, long y) { in test_ssubl_overflow()
376 long long test_ssubll_overflow(long long x, long long y) { in test_ssubll_overflow()
385 int test_smul_overflow(int x, int y) { in test_smul_overflow()
394 long test_smull_overflow(long x, long y) { in test_smull_overflow()
403 long long test_smulll_overflow(long long x, long long y) { in test_smulll_overflow()
412 int test_mixed_sign_mul_overflow_sext_signed_op(int x, unsigned long long y) { in test_mixed_sign_mul_overflow_sext_signed_op()
422 int test_mixed_sign_mul_overflow_zext_unsigned_op(long long x, unsigned y) { in test_mixed_sign_mul_overflow_zext_unsigned_op()
433 int test_mixed_sign_mull_overflow(int x, unsigned y) { in test_mixed_sign_mull_overflow()
456 int test_mixed_sign_mull_overflow_unsigned(int x, unsigned y) { in test_mixed_sign_mull_overflow_unsigned()
478 int test_mixed_sign_mull_overflow_swapped(int x, unsigned y) { in test_mixed_sign_mull_overflow_swapped()
488 long long test_mixed_sign_mulll_overflow(long long x, unsigned long long y) { in test_mixed_sign_mulll_overflow()
498 long long test_mixed_sign_mulll_overflow_swapped(long long x, unsigned long long y) { in test_mixed_sign_mulll_overflow_swapped()
508 long long test_mixed_sign_mulll_overflow_trunc_signed(long long x, unsigned long long y) { in test_mixed_sign_mulll_overflow_trunc_signed()
520 long long test_mixed_sign_mulll_overflow_trunc_unsigned(long long x, unsigned long long y) { in test_mixed_sign_mulll_overflow_trunc_unsigned()
538 long long test_mixed_sign_mul_overflow_extend_signed(int x, unsigned y) { in test_mixed_sign_mul_overflow_extend_signed()
547 long long test_mixed_sign_mul_overflow_extend_unsigned(int x, unsigned y) { in test_mixed_sign_mul_overflow_extend_unsigned()