Searched refs:count (Results 1 - 25 of 3861) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dloop-9.c12 int count = 0; local
14 while (false() || count < -123)
15 ++count;
17 if (count)
H A D20051021-1.c5 int count = 0; variable
9 count++;
15 count++;
24 if (count != 2)
H A D20030403-1.c9 unsigned long count = 8; local
11 if (count > INT_MAX)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dloop-9.c12 int count = 0; local
14 while (false() || count < -123)
15 ++count;
17 if (count)
H A D20051021-1.c5 int count = 0; variable
9 count++;
15 count++;
24 if (count != 2)
H A D20030403-1.c9 unsigned long count = 8; local
11 if (count > INT_MAX)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatchpoints.c24 int count = -1; variable
38 for (count = 0; count < 4; count++) {
39 ival1 = count; ival2 = count;
40 ival3 = count; ival4 = count;
43 ival1 = count; ival2 = count; /* Outsid
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr37955.c11 int count; local
13 for (count = 0; count < 256; count++)
15 aep_app_conn_table[count].conn_state = NotConnected;
16 aep_app_conn_table[count].conn_hndl = 0;
H A D20030125-1.c1 int count; variable
7 if (count) {
8 if (count)
17 if (!count)
18 count--;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Darray6.C4 int count = 0; variable
7 count++;
19 if (count != 1)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Darray6.C4 int count = 0; variable
7 count++;
19 if (count != 1)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/compat/init/
H A Darray5_y.C1 int count; variable
12 if (count == num)
14 count++;
19 count--;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemporary.C8 int count = 0; variable
12 A() { ++count; }
13 ~A() { --count; }
19 return count;
H A Dbyval.C4 int count; variable
8 A(int) { count++; }
9 A(const A&) { count++; }
10 ~A() { count--; }
19 return count;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr46499-1.c7 int count = 0; variable
12 count++;
19 count++;
28 if (count != 2)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/compat/init/
H A Darray5_y.C1 int count; variable
12 if (count == num)
14 count++;
19 count--;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemporary.C8 int count = 0; variable
12 A() { ++count; }
13 ~A() { --count; }
19 return count;
H A Dbyval.C4 int count; variable
8 A(int) { count++; }
9 A(const A&) { count++; }
10 ~A() { count--; }
19 return count;
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/compiler/
H A Daslcompiler.l68 count (int type);
98 [ ] { count (0); }
99 [\n] { count (0); } /* Handle files with both LF and CR/LF */
100 [\r] { count (0); } /* termination on both Unix and Windows */
101 [ \t] { count (0); }
112 count (1); return (PARSEOP_INTEGER); }
114 "Include" { count (1); return (PARSEOP_INCLUDE); }
115 "#include" { count (1); return (PARSEOP_INCLUDE_CSTYLE); }
116 "#line" { count (1); return (PARSEOP_LINE_CSTYLE); }
117 "External" { count (
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dinit1.C7 template <typename> void foo (int count) { argument
8 int i = {count};
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dinit1.C7 template <typename> void foo (int count) { argument
8 int i = {count};
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Deh29.C4 int count; variable
10 if (count==3)
12 ++count;
15 --count;
24 return count;
H A Deh31.C4 int count; variable
8 Foo() { ++count; }
9 Foo(const Foo&) { ++count; }
10 ~Foo() { --count; }
19 if (count == 1)
H A Dp7912.C5 int count = 0; variable
9 Foo() { ++count; };
10 Foo(const Foo&) { ++count; };
11 ~Foo() { --count; };
22 return count;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Deh29.C4 int count; variable
10 if (count==3)
12 ++count;
15 --count;
24 return count;

Completed in 174 milliseconds

1234567891011>>