Searched refs:i1 (Results 1 - 25 of 503) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D930411-1.c5 f(int i1, int i2) argument
7 i1 = *(int*)(i1 + 4);
8 if (i1 == 0)
15 *(int*)(i2 + 4) = i1;
19 i1 = g(i2);
22 i1 = *(int*)(i1 + 4);
23 if (i1 == 0)
28 i1
[all...]
H A D20020926-1.c11 float bar(int i1, int i2) argument
16 i3 = foo1(i1, gi);
17 foo2(i1, i3);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D930411-1.c5 f(int i1, int i2) argument
7 i1 = *(int*)(i1 + 4);
8 if (i1 == 0)
15 *(int*)(i2 + 4) = i1;
19 i1 = g(i2);
22 i1 = *(int*)(i1 + 4);
23 if (i1 == 0)
28 i1
[all...]
H A D20020926-1.c11 float bar(int i1, int i2) argument
16 i3 = foo1(i1, gi);
17 foo2(i1, i3);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr23744.c7 int i1; local
11 for (i1 = 0; i1 < 10000; i1++) h();
H A Dloop-21.c9 int i0, i1; local
11 for (i1 = f1; i1 <= e1; ++i1)
13 op(i0, i1);
H A Dpr19431.c9 i1 = j1;
12 return i1;
14 This requires that i1 and j1 are changed into registers after they
17 int f(int k, int i1, int j1) argument
21 f1 = &i1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A Dctor-init-1.C6 int i1, i2; // { dg-warning "" } member in struct:Y
9 Y::Y () : i2(0), i1(0) {} // { dg-warning "" }
H A DWunused-label-2.C11 int i1; // { dg-warning "unused variable" } local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/warn/
H A Dctor-init-1.C6 int i1, i2; // { dg-warning "" } member in struct:Y
9 Y::Y () : i2(0), i1(0) {} // { dg-warning "" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr26898-1.c9 int i0, i1; local
10 if (!(i0 + 1 < i1 + 1 == i0 < i1))
12 if (!(i0 + INT_MIN < i1 - INT_MAX == i0 < i1 - -1))
H A Dbuiltin-integral-1.c19 if (__builtin_##MATHFN(i1) != i1) link_failure (__LINE__); \
20 if (__builtin_##MATHFN##f(i1) != i1) link_failure (__LINE__); \
21 if (__builtin_##MATHFN##l(i1) != i1) link_failure (__LINE__);
24 if (__builtin_##MATHFN(i1) != (RET)(double)i1) link_failure (__LINE__); \
25 if (__builtin_##MATHFN##f(i1) != (RET)(float)i1) link_failur
33 test(int i1, int i2) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr28888.c8 register int i0, i1, i2, i3, i4, i5; local
9 l0:i1 = (int) (i5 << 2);
12 l1:i2 += i1;
13 if (i1)
15 l3:i0 = i1 == 255;
16 i1++;
18 i0 = i4 >= i1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr28888.c8 register int i0, i1, i2, i3, i4, i5; local
9 l0:i1 = (int) (i5 << 2);
12 l1:i2 += i1;
13 if (i1)
15 l3:i0 = i1 == 255;
16 i1++;
18 i0 = i4 >= i1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/function_objects/
H A Ddr660.cc28 for (int i1 = 0; i1 < 1000; ++i1)
31 VERIFY( std::bit_and<int>()(i1, i2) == (i1 & i2) );
32 VERIFY( std::bit_or<int>()(i1, i2) == (i1 | i2) );
33 VERIFY( std::bit_xor<int>()(i1, i2) == (i1 ^ i2) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb121.C6 void f(int const i1 = 1); // { dg-error "previous specification" }
10 A::f(int const i1 = 1) // { dg-error "default argument given" }
12 i1_ = i1;
H A Deb115.C8 int *i1, *i2; local
9 std::cerr << (typeid(i1)==typeid(i2)) << std::endl;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20070212-2.c1 int f(int k, int i1, int j1) argument
5 f1 = &i1;
8 i1 = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vmx/
H A Dpr27006.c13 vec_int4 i1; local
15 i1.v = (__attribute__((altivec(vector__))) int){31, 31, 31, 31};
17 if (i1.i[0] != 31)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb121.C6 void f(int const i1 = 1); // { dg-error "previous specification" }
10 A::f(int const i1 = 1) // { dg-error "default argument given" }
12 i1_ = i1;
H A Deb115.C8 int *i1, *i2; local
9 std::cerr << (typeid(i1)==typeid(i2)) << std::endl;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vmx/
H A Dpr27006.c13 vec_int4 i1; local
15 i1.v = (__attribute__((altivec(vector__))) int){31, 31, 31, 31};
17 if (i1.i[0] != 31)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Di386-dr3-watch.c18 int i1; variable
32 i1 = 1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dtypename17.C8 typename A::foo<0>(i1); // { dg-error "" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/packaged_task/members/
H A Dinvoke3.cc38 int i1 = 0; local
39 p1(i1);
41 VERIFY( i1 == 1 );
45 p1(i1);
53 VERIFY( i1 == 1 );

Completed in 235 milliseconds

1234567891011>>