Searched refs:c1 (Results 1 - 25 of 1111) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dcommon_test_2.c25 extern void c1 (void);
32 c1 ();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D980729-1.c4 int c, c1; local
6 c1 = 0;
10 if (c1 == 6 )
12 str[c1++] = c;
H A D930210-1.c3 char c1, c2; local
7 c1 = c2 = *p1++;
8 while (c1--)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D980729-1.c4 int c, c1; local
6 c1 = 0;
10 if (c1 == 6 )
12 str[c1++] = c;
H A D930210-1.c3 char c1, c2; local
7 c1 = c2 = *p1++;
8 while (c1--)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900205_02.C20 class c1 { class
23 c1 ();
26 c1::c1() /* : int_ref(i) */ { // { dg-error "" } reference needs initializer function in class:c1
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900205_02.C20 class c1 { class
23 c1 ();
26 c1::c1() /* : int_ref(i) */ { // { dg-error "" } reference needs initializer function in class:c1
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr26630.c8 int c1 = ( ((int)(short)(a1-10000)) + 10000)*2; local
9 if (c1 != 80000)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dpr26630.c7 int c1 = ( ((int)(short)(a1-10000)) + 10000)*2; local
8 if (c1 != 80000)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dpacked9.C7 char c1; member in struct:s1
13 return s->c1;
19 return &s->c1;
H A Dutf-cvt.C22 void m(char16_t c0, char32_t c1) argument
40 f_c (c1); /* { dg-warning "alter its value" } */
41 fsc (c1); /* { dg-warning "alter its value" } */
42 fuc (c1); /* { dg-warning "alter its value" } */
43 f_s (c1); /* { dg-warning "alter its value" } */
44 fss (c1); /* { dg-warning "alter its value" } */
45 fus (c1); /* { dg-warning "alter its value" } */
46 f_i (c1); /* { dg-warning "change the sign" } */
47 fsi (c1); /* { dg-warning "change the sign" } */
48 fui (c1);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Doverload29.C9 extern const char c1[];
14 C *fntp = new C(c1); // Line 10
15 f2( c1 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/ext/
H A Dpacked9.C7 char c1; member in struct:s1
13 return s->c1;
19 return &s->c1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Doverload29.C9 extern const char c1[];
14 C *fntp = new C(c1); // Line 10
15 f2( c1 );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/inherit/
H A Dcovariant5.C10 struct c1 : virtual c0 struct in inherits:c0
15 struct c3 : c1
17 virtual c1 &f2();
20 c1 &c3::f2()
H A Dcovariant6.C10 struct c1 : virtual c0 struct in inherits:c0
15 struct c3 : virtual c1
17 virtual c1 &f2();
20 c1 &c3::f2()
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/19_diagnostics/error_category/operators/
H A Dequal.cc28 __gnu_test::test_category c1; local
30 VERIFY( c1 == c1 );
31 VERIFY( !(c1 == c2) );
H A Dnot_equal.cc28 __gnu_test::test_category c1; local
30 VERIFY( !(c1 != c1) );
31 VERIFY( c1 != c2 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/inherit/
H A Dcovariant5.C10 struct c1 : virtual c0 struct in inherits:c0
15 struct c3 : c1
17 virtual c1 &f2();
20 c1 &c3::f2()
H A Dcovariant6.C10 struct c1 : virtual c0 struct in inherits:c0
15 struct c3 : virtual c1
17 virtual c1 &f2();
20 c1 &c3::f2()
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/condition_variable/cons/
H A Dassign_neg.cc29 std::condition_variable c1; local
31 c1 = c2;
H A Dcopy_neg.cc29 std::condition_variable c1; local
30 std::condition_variable c2(c1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/condition_variable_any/cons/
H A Dassign_neg.cc29 std::condition_variable_any c1; local
31 c1 = c2;
H A Dcopy_neg.cc29 std::condition_variable_any c1; local
30 std::condition_variable_any c2(c1);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dfilename_cmp.c58 int c1 = TOLOWER (*s1);
62 if (c1 == '/')
63 c1 = '\\';
67 if (c1 != c2)
68 return (c1 - c2);
70 if (c1 == '\0')

Completed in 184 milliseconds

1234567891011>>