Home
last modified time | relevance | path

Searched refs:__builtin_add_overflow (Results 1 – 25 of 1254) sorted by relevance

12345678910>>...51

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/
H A Dbuiltin-arith-overflow-1.c17 int x = __builtin_add_overflow (); /* { dg-error "too few arguments to function" } */ in generic_0()
29 int x = __builtin_add_overflow (a); /* { dg-error "too few arguments to function" } */ in generic_1()
34 x += __builtin_add_overflow (1); /* { dg-error "too few arguments to function" } */ in generic_1()
61 int x = __builtin_add_overflow (a, b, &c); in generic_3()
64 x += __builtin_add_overflow (a, 1, &c); in generic_3()
67 x += __builtin_add_overflow (4, b, &c); in generic_3()
70 x += __builtin_add_overflow (7, 8, &c); in generic_3()
87 x += __builtin_add_overflow (a, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
90 x += __builtin_add_overflow (a, 1, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
93 x += __builtin_add_overflow (4, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/c-c++-common/
H A Dbuiltin-arith-overflow-1.c17 int x = __builtin_add_overflow (); /* { dg-error "too few arguments to function" } */ in generic_0()
29 int x = __builtin_add_overflow (a); /* { dg-error "too few arguments to function" } */ in generic_1()
34 x += __builtin_add_overflow (1); /* { dg-error "too few arguments to function" } */ in generic_1()
43 int x = __builtin_add_overflow (a, b);/* { dg-error "too few arguments to function" } */ in generic_2()
46 x += __builtin_add_overflow (a, 1); /* { dg-error "too few arguments to function" } */ in generic_2()
49 x += __builtin_add_overflow (4, b); /* { dg-error "too few arguments to function" } */ in generic_2()
61 int x = __builtin_add_overflow (a, b, &c); in generic_3()
64 x += __builtin_add_overflow (a, 1, &c); in generic_3()
67 x += __builtin_add_overflow (4, b, &c); in generic_3()
70 x += __builtin_add_overflow (7, 8, &c); in generic_3()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/c-c++-common/
H A Dbuiltin-arith-overflow-1.c17 int x = __builtin_add_overflow (); /* { dg-error "too few arguments to function" } */ in generic_0()
29 int x = __builtin_add_overflow (a); /* { dg-error "too few arguments to function" } */ in generic_1()
34 x += __builtin_add_overflow (1); /* { dg-error "too few arguments to function" } */ in generic_1()
61 int x = __builtin_add_overflow (a, b, &c); in generic_3()
64 x += __builtin_add_overflow (a, 1, &c); in generic_3()
67 x += __builtin_add_overflow (4, b, &c); in generic_3()
70 x += __builtin_add_overflow (7, 8, &c); in generic_3()
87 x += __builtin_add_overflow (a, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
90 x += __builtin_add_overflow (a, 1, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
93 x += __builtin_add_overflow (4, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/c-c++-common/
H A Dbuiltin-arith-overflow-1.c17 int x = __builtin_add_overflow (); /* { dg-error "too few arguments to function" } */ in generic_0()
29 int x = __builtin_add_overflow (a); /* { dg-error "too few arguments to function" } */ in generic_1()
34 x += __builtin_add_overflow (1); /* { dg-error "too few arguments to function" } */ in generic_1()
61 int x = __builtin_add_overflow (a, b, &c); in generic_3()
64 x += __builtin_add_overflow (a, 1, &c); in generic_3()
67 x += __builtin_add_overflow (4, b, &c); in generic_3()
70 x += __builtin_add_overflow (7, 8, &c); in generic_3()
87 x += __builtin_add_overflow (a, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
90 x += __builtin_add_overflow (a, 1, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
93 x += __builtin_add_overflow (4, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/c-c++-common/
H A Dbuiltin-arith-overflow-1.c17 int x = __builtin_add_overflow (); /* { dg-error "too few arguments to function" } */ in generic_0()
29 int x = __builtin_add_overflow (a); /* { dg-error "too few arguments to function" } */ in generic_1()
34 x += __builtin_add_overflow (1); /* { dg-error "too few arguments to function" } */ in generic_1()
61 int x = __builtin_add_overflow (a, b, &c); in generic_3()
64 x += __builtin_add_overflow (a, 1, &c); in generic_3()
67 x += __builtin_add_overflow (4, b, &c); in generic_3()
70 x += __builtin_add_overflow (7, 8, &c); in generic_3()
87 x += __builtin_add_overflow (a, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
90 x += __builtin_add_overflow (a, 1, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
93 x += __builtin_add_overflow (4, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/c-c++-common/
H A Dbuiltin-arith-overflow-1.c17 int x = __builtin_add_overflow (); /* { dg-error "too few arguments to function" } */ in generic_0()
29 int x = __builtin_add_overflow (a); /* { dg-error "too few arguments to function" } */ in generic_1()
34 x += __builtin_add_overflow (1); /* { dg-error "too few arguments to function" } */ in generic_1()
43 int x = __builtin_add_overflow (a, b);/* { dg-error "too few arguments to function" } */ in generic_2()
46 x += __builtin_add_overflow (a, 1); /* { dg-error "too few arguments to function" } */ in generic_2()
49 x += __builtin_add_overflow (4, b); /* { dg-error "too few arguments to function" } */ in generic_2()
61 int x = __builtin_add_overflow (a, b, &c); in generic_3()
64 x += __builtin_add_overflow (a, 1, &c); in generic_3()
67 x += __builtin_add_overflow (4, b, &c); in generic_3()
70 x += __builtin_add_overflow (7, 8, &c); in generic_3()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/c-c++-common/
H A Dbuiltin-arith-overflow-1.c17 int x = __builtin_add_overflow (); /* { dg-error "too few arguments to function" } */
29 int x = __builtin_add_overflow (a); /* { dg-error "too few arguments to function" } */
34 x += __builtin_add_overflow (1); /* { dg-error "too few arguments to function" } */
43 int x = __builtin_add_overflow (a, b);/* { dg-error "too few arguments to function" } */
46 x += __builtin_add_overflow (a, 1); /* { dg-error "too few arguments to function" } */
49 x += __builtin_add_overflow (4, b); /* { dg-error "too few arguments to function" } */
61 int x = __builtin_add_overflow (a, b, &c);
64 x += __builtin_add_overflow (a, 1, &c);
67 x += __builtin_add_overflow (4, b, &c);
70 x += __builtin_add_overflow (7, 8, &c);
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/
H A Dbuiltin-arith-overflow-1.c17 int x = __builtin_add_overflow (); /* { dg-error "too few arguments to function" } */ in generic_0()
29 int x = __builtin_add_overflow (a); /* { dg-error "too few arguments to function" } */ in generic_1()
34 x += __builtin_add_overflow (1); /* { dg-error "too few arguments to function" } */ in generic_1()
61 int x = __builtin_add_overflow (a, b, &c); in generic_3()
64 x += __builtin_add_overflow (a, 1, &c); in generic_3()
67 x += __builtin_add_overflow (4, b, &c); in generic_3()
70 x += __builtin_add_overflow (7, 8, &c); in generic_3()
87 x += __builtin_add_overflow (a, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
90 x += __builtin_add_overflow (a, 1, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
93 x += __builtin_add_overflow (4, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/
H A Dbuiltin-arith-overflow-1.c17 int x = __builtin_add_overflow (); /* { dg-error "too few arguments to function" } */ in generic_0()
29 int x = __builtin_add_overflow (a); /* { dg-error "too few arguments to function" } */ in generic_1()
34 x += __builtin_add_overflow (1); /* { dg-error "too few arguments to function" } */ in generic_1()
61 int x = __builtin_add_overflow (a, b, &c); in generic_3()
64 x += __builtin_add_overflow (a, 1, &c); in generic_3()
67 x += __builtin_add_overflow (4, b, &c); in generic_3()
70 x += __builtin_add_overflow (7, 8, &c); in generic_3()
87 x += __builtin_add_overflow (a, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
90 x += __builtin_add_overflow (a, 1, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
93 x += __builtin_add_overflow (4, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/c-c++-common/
H A Dbuiltin-arith-overflow-1.c17 int x = __builtin_add_overflow (); /* { dg-error "too few arguments to function" } */ in generic_0()
29 int x = __builtin_add_overflow (a); /* { dg-error "too few arguments to function" } */ in generic_1()
34 x += __builtin_add_overflow (1); /* { dg-error "too few arguments to function" } */ in generic_1()
61 int x = __builtin_add_overflow (a, b, &c); in generic_3()
64 x += __builtin_add_overflow (a, 1, &c); in generic_3()
67 x += __builtin_add_overflow (4, b, &c); in generic_3()
70 x += __builtin_add_overflow (7, 8, &c); in generic_3()
87 x += __builtin_add_overflow (a, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
90 x += __builtin_add_overflow (a, 1, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
93 x += __builtin_add_overflow (4, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/c-c++-common/
H A Dbuiltin-arith-overflow-1.c17 int x = __builtin_add_overflow (); /* { dg-error "too few arguments to function" } */ in generic_0()
29 int x = __builtin_add_overflow (a); /* { dg-error "too few arguments to function" } */ in generic_1()
34 x += __builtin_add_overflow (1); /* { dg-error "too few arguments to function" } */ in generic_1()
43 int x = __builtin_add_overflow (a, b);/* { dg-error "too few arguments to function" } */ in generic_2()
46 x += __builtin_add_overflow (a, 1); /* { dg-error "too few arguments to function" } */ in generic_2()
49 x += __builtin_add_overflow (4, b); /* { dg-error "too few arguments to function" } */ in generic_2()
61 int x = __builtin_add_overflow (a, b, &c); in generic_3()
64 x += __builtin_add_overflow (a, 1, &c); in generic_3()
67 x += __builtin_add_overflow (4, b, &c); in generic_3()
70 x += __builtin_add_overflow (7, 8, &c); in generic_3()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/c-c++-common/
H A Dbuiltin-arith-overflow-1.c17 int x = __builtin_add_overflow (); /* { dg-error "too few arguments to function" } */ in generic_0()
29 int x = __builtin_add_overflow (a); /* { dg-error "too few arguments to function" } */ in generic_1()
34 x += __builtin_add_overflow (1); /* { dg-error "too few arguments to function" } */ in generic_1()
61 int x = __builtin_add_overflow (a, b, &c); in generic_3()
64 x += __builtin_add_overflow (a, 1, &c); in generic_3()
67 x += __builtin_add_overflow (4, b, &c); in generic_3()
70 x += __builtin_add_overflow (7, 8, &c); in generic_3()
87 x += __builtin_add_overflow (a, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
90 x += __builtin_add_overflow (a, 1, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
93 x += __builtin_add_overflow (4, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/
H A Dbuiltin-arith-overflow-1.c17 int x = __builtin_add_overflow (); /* { dg-error "too few arguments to function" } */ in generic_0()
29 int x = __builtin_add_overflow (a); /* { dg-error "too few arguments to function" } */ in generic_1()
34 x += __builtin_add_overflow (1); /* { dg-error "too few arguments to function" } */ in generic_1()
61 int x = __builtin_add_overflow (a, b, &c); in generic_3()
64 x += __builtin_add_overflow (a, 1, &c); in generic_3()
67 x += __builtin_add_overflow (4, b, &c); in generic_3()
70 x += __builtin_add_overflow (7, 8, &c); in generic_3()
87 x += __builtin_add_overflow (a, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
90 x += __builtin_add_overflow (a, 1, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
93 x += __builtin_add_overflow (4, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/c-c++-common/
H A Dbuiltin-arith-overflow-1.c17 int x = __builtin_add_overflow (); /* { dg-error "too few arguments to function" } */ in generic_0()
29 int x = __builtin_add_overflow (a); /* { dg-error "too few arguments to function" } */ in generic_1()
34 x += __builtin_add_overflow (1); /* { dg-error "too few arguments to function" } */ in generic_1()
61 int x = __builtin_add_overflow (a, b, &c); in generic_3()
64 x += __builtin_add_overflow (a, 1, &c); in generic_3()
67 x += __builtin_add_overflow (4, b, &c); in generic_3()
70 x += __builtin_add_overflow (7, 8, &c); in generic_3()
87 x += __builtin_add_overflow (a, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
90 x += __builtin_add_overflow (a, 1, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
93 x += __builtin_add_overflow (4, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/c-c++-common/
H A Dbuiltin-arith-overflow-1.c17 int x = __builtin_add_overflow (); /* { dg-error "too few arguments to function" } */ in generic_0()
29 int x = __builtin_add_overflow (a); /* { dg-error "too few arguments to function" } */ in generic_1()
34 x += __builtin_add_overflow (1); /* { dg-error "too few arguments to function" } */ in generic_1()
61 int x = __builtin_add_overflow (a, b, &c); in generic_3()
64 x += __builtin_add_overflow (a, 1, &c); in generic_3()
67 x += __builtin_add_overflow (4, b, &c); in generic_3()
70 x += __builtin_add_overflow (7, 8, &c); in generic_3()
87 x += __builtin_add_overflow (a, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
90 x += __builtin_add_overflow (a, 1, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
93 x += __builtin_add_overflow (4, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/c-c++-common/
H A Dbuiltin-arith-overflow-1.c17 int x = __builtin_add_overflow (); /* { dg-error "too few arguments to function" } */ in generic_0()
29 int x = __builtin_add_overflow (a); /* { dg-error "too few arguments to function" } */ in generic_1()
34 x += __builtin_add_overflow (1); /* { dg-error "too few arguments to function" } */ in generic_1()
61 int x = __builtin_add_overflow (a, b, &c); in generic_3()
64 x += __builtin_add_overflow (a, 1, &c); in generic_3()
67 x += __builtin_add_overflow (4, b, &c); in generic_3()
70 x += __builtin_add_overflow (7, 8, &c); in generic_3()
87 x += __builtin_add_overflow (a, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
90 x += __builtin_add_overflow (a, 1, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
93 x += __builtin_add_overflow (4, b, (int *)0); /* { dg-warning "null argument" } */ in generic_3()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dbuiltins-overflow.c3 #if __has_feature(__builtin_add_overflow)
14__builtin_add_overflow(); // expected-error {{too few arguments to function call, expected 3, hav… in test()
15__builtin_add_overflow(1, 1, 1, 1); // expected-error {{too many arguments to function call, expe… in test()
17__builtin_add_overflow(c, 1, &r); // expected-error {{operand argument to overflow builtin must b… in test()
18__builtin_add_overflow(1, c, &r); // expected-error {{operand argument to overflow builtin must b… in test()
19__builtin_add_overflow(1, 1, 3); // expected-error {{result argument to overflow builtin must be … in test()
20__builtin_add_overflow(1, 1, &f); // expected-error {{result argument to overflow builtin must be… in test()
21__builtin_add_overflow(1, 1, &q); // expected-error {{result argument to overflow builtin must be… in test()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dbuiltins-overflow.c3 #if __has_feature(__builtin_add_overflow)
14__builtin_add_overflow(); // expected-error {{too few arguments to function call, expected 3, hav… in test()
15__builtin_add_overflow(1, 1, 1, 1); // expected-error {{too many arguments to function call, expe… in test()
17__builtin_add_overflow(c, 1, &r); // expected-error {{operand argument to overflow builtin must b… in test()
18__builtin_add_overflow(1, c, &r); // expected-error {{operand argument to overflow builtin must b… in test()
19__builtin_add_overflow(1, 1, 3); // expected-error {{result argument to overflow builtin must be … in test()
20__builtin_add_overflow(1, 1, &f); // expected-error {{result argument to overflow builtin must be… in test()
21__builtin_add_overflow(1, 1, &q); // expected-error {{result argument to overflow builtin must be… in test()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dbuiltins-overflow.c3 #if __has_feature(__builtin_add_overflow)
14__builtin_add_overflow(); // expected-error {{too few arguments to function call, expected 3, hav… in test()
15__builtin_add_overflow(1, 1, 1, 1); // expected-error {{too many arguments to function call, expe… in test()
17__builtin_add_overflow(c, 1, &r); // expected-error {{operand argument to overflow builtin must b… in test()
18__builtin_add_overflow(1, c, &r); // expected-error {{operand argument to overflow builtin must b… in test()
19__builtin_add_overflow(1, 1, 3); // expected-error {{result argument to overflow builtin must be … in test()
20__builtin_add_overflow(1, 1, &f); // expected-error {{result argument to overflow builtin must be… in test()
21__builtin_add_overflow(1, 1, &q); // expected-error {{result argument to overflow builtin must be… in test()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Sema/
H A Dbuiltins-overflow.c3 #if __has_feature(__builtin_add_overflow)
14__builtin_add_overflow(); // expected-error {{too few arguments to function call, expected 3, hav… in test()
15__builtin_add_overflow(1, 1, 1, 1); // expected-error {{too many arguments to function call, expe… in test()
17__builtin_add_overflow(c, 1, &r); // expected-error {{operand argument to overflow builtin must b… in test()
18__builtin_add_overflow(1, c, &r); // expected-error {{operand argument to overflow builtin must b… in test()
19__builtin_add_overflow(1, 1, 3); // expected-error {{result argument to overflow builtin must be … in test()
20__builtin_add_overflow(1, 1, &f); // expected-error {{result argument to overflow builtin must be… in test()
21__builtin_add_overflow(1, 1, &q); // expected-error {{result argument to overflow builtin must be… in test()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Sema/
H A Dbuiltins-overflow.c3 #if __has_feature(__builtin_add_overflow)
14__builtin_add_overflow(); // expected-error {{too few arguments to function call, expected 3, hav… in test()
15__builtin_add_overflow(1, 1, 1, 1); // expected-error {{too many arguments to function call, expe… in test()
17__builtin_add_overflow(c, 1, &r); // expected-error {{operand argument to overflow builtin must b… in test()
18__builtin_add_overflow(1, c, &r); // expected-error {{operand argument to overflow builtin must b… in test()
19__builtin_add_overflow(1, 1, 3); // expected-error {{result argument to overflow builtin must be … in test()
20__builtin_add_overflow(1, 1, &f); // expected-error {{result argument to overflow builtin must be… in test()
21__builtin_add_overflow(1, 1, &q); // expected-error {{result argument to overflow builtin must be… in test()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/i386/
H A Dpr93141-1.c24 o = __builtin_add_overflow (x, y, &z); in foo()
32 o = __builtin_add_overflow (x, ((U) 0xdeadbee) << (sizeof (U) * __CHAR_BIT__ / 2), &z); in bar()
40 o = __builtin_add_overflow (x, (((U) 0xdeadbee) << (sizeof (U) * __CHAR_BIT__ / 2)) in baz()
49 o = __builtin_add_overflow (x, y, &z); in qux()
57 o = __builtin_add_overflow (x, ((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2), &z); in quux()
65 o = __builtin_add_overflow (x, (((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2)) in corge()
74 o = __builtin_add_overflow (x, -((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2), &z); in grault()
82 o = __builtin_add_overflow (x, (-(((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2))) in garply()
91 o = __builtin_add_overflow (x, (S) ((((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2)) in waldo()
100 o = __builtin_add_overflow (x, (S) ((-(((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2))) in fred()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/i386/
H A Dpr93141-1.c24 o = __builtin_add_overflow (x, y, &z); in foo()
32 o = __builtin_add_overflow (x, ((U) 0xdeadbee) << (sizeof (U) * __CHAR_BIT__ / 2), &z); in bar()
40 o = __builtin_add_overflow (x, (((U) 0xdeadbee) << (sizeof (U) * __CHAR_BIT__ / 2)) in baz()
49 o = __builtin_add_overflow (x, y, &z); in qux()
57 o = __builtin_add_overflow (x, ((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2), &z); in quux()
65 o = __builtin_add_overflow (x, (((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2)) in corge()
74 o = __builtin_add_overflow (x, -((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2), &z); in grault()
82 o = __builtin_add_overflow (x, (-(((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2))) in garply()
91 o = __builtin_add_overflow (x, (S) ((((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2)) in waldo()
100 o = __builtin_add_overflow (x, (S) ((-(((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2))) in fred()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/i386/
H A Dpr93141-1.c24 o = __builtin_add_overflow (x, y, &z); in foo()
32 o = __builtin_add_overflow (x, ((U) 0xdeadbee) << (sizeof (U) * __CHAR_BIT__ / 2), &z); in bar()
40 o = __builtin_add_overflow (x, (((U) 0xdeadbee) << (sizeof (U) * __CHAR_BIT__ / 2)) in baz()
49 o = __builtin_add_overflow (x, y, &z); in qux()
57 o = __builtin_add_overflow (x, ((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2), &z); in quux()
65 o = __builtin_add_overflow (x, (((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2)) in corge()
74 o = __builtin_add_overflow (x, -((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2), &z); in grault()
82 o = __builtin_add_overflow (x, (-(((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2))) in garply()
91 o = __builtin_add_overflow (x, (S) ((((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2)) in waldo()
100 o = __builtin_add_overflow (x, (S) ((-(((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2))) in fred()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Dpr93141-1.c24 o = __builtin_add_overflow (x, y, &z); in foo()
32 o = __builtin_add_overflow (x, ((U) 0xdeadbee) << (sizeof (U) * __CHAR_BIT__ / 2), &z); in bar()
40 o = __builtin_add_overflow (x, (((U) 0xdeadbee) << (sizeof (U) * __CHAR_BIT__ / 2)) in baz()
49 o = __builtin_add_overflow (x, y, &z); in qux()
57 o = __builtin_add_overflow (x, ((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2), &z); in quux()
65 o = __builtin_add_overflow (x, (((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2)) in corge()
74 o = __builtin_add_overflow (x, -((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2), &z); in grault()
82 o = __builtin_add_overflow (x, (-(((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2))) in garply()
91 o = __builtin_add_overflow (x, (S) ((((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2)) in waldo()
100 o = __builtin_add_overflow (x, (S) ((-(((S) 0xdeadbee) << (sizeof (S) * __CHAR_BIT__ / 2))) in fred()
[all …]

12345678910>>...51