Searched refs:c3 (Results 1 - 25 of 488) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D920829-1.c1 long long c=2863311530LL,c3=2863311530LL*3; variable
2 main(){if(c*3!=c3)abort();exit(0);}
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D920829-1.c1 long long c=2863311530LL,c3=2863311530LL*3; variable
2 main(){if(c*3!=c3)abort();exit(0);}
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/inherit/
H A Dcovariant5.C15 struct c3 : c1 struct in inherits:c1
20 c1 &c3::f2()
25 struct c4 : virtual c3
H A Dcovariant6.C15 struct c3 : virtual c1 struct in inherits:c1
20 c1 &c3::f2()
25 struct c4 : virtual c3
H A Dcovariant8.C20 struct c3 : virtual c0, virtual c1, c2 struct in inherits:c0,c1,c2
25 c1 &c3::f2 ()
30 struct c4 : virtual c3, virtual c0, virtual c1 {};
34 struct c12 : virtual c4, virtual c3, virtual c8 {};
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/inherit/
H A Dcovariant5.C15 struct c3 : c1 struct in inherits:c1
20 c1 &c3::f2()
25 struct c4 : virtual c3
H A Dcovariant6.C15 struct c3 : virtual c1 struct in inherits:c1
20 c1 &c3::f2()
25 struct c4 : virtual c3
H A Dcovariant8.C20 struct c3 : virtual c0, virtual c1, c2 struct in inherits:c0,c1,c2
25 c1 &c3::f2 ()
30 struct c4 : virtual c3, virtual c0, virtual c1 {};
34 struct c12 : virtual c4, virtual c3, virtual c8 {};
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dplugin_common_test_2.c31 int c3; variable
42 c3 = 30;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/abi/
H A Dcovariant2.C11 struct c3 : virtual c1 struct in inherits:c1
17 struct c6 : virtual c3 { };
19 struct c7 : c3
21 virtual c3* f6() {}
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/abi/
H A Dcovariant2.C11 struct c3 : virtual c1 struct in inherits:c1
17 struct c6 : virtual c3 { };
19 struct c7 : c3
21 virtual c3* f6() {};
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet15.C22 class c3 : public c1, public c2 class in inherits:c1,c2
25 c3 () function in class:c3
28 // printf("new object c3 at %x\n", (int)this); }
34 c2* n = new c3 ();
35 // printf ("new object c3 casted to c2 at %x\n", (int)n);
41 c3* o = (c3*)f ();
42 // printf("new object c3, upcasted from c2 at %x\n", (int)o);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet15.C22 class c3 : public c1, public c2 class in inherits:c1,c2
25 c3 () function in class:c3
28 // printf("new object c3 at %x\n", (int)this); }
34 c2* n = new c3 ();
35 // printf ("new object c3 casted to c2 at %x\n", (int)n);
41 c3* o = (c3*)f ();
42 // printf("new object c3, upcasted from c2 at %x\n", (int)o);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/
H A D1-in.cc42 int_type c1, c2, c3; local
57 c3 = fb_01.sgetc();
58 VERIFY( c3 == c2 );
59 c3 = fb_01.sbumpc();
60 VERIFY( c3 == c2 );
62 c3 = fb_01.sbumpc();
63 VERIFY( c3 == ' ' );
67 c3 = fb_01.sbumpc();
68 VERIFY( c3 == c2 );
69 c3
[all...]
H A D2-in.cc42 int_type c1, c2, c3; local
58 c3 = fb_01.sgetc();
59 VERIFY( c3 == c2 );
60 c3 = fb_01.sbumpc();
61 VERIFY( c3 == c2 );
63 c3 = fb_01.sbumpc();
64 VERIFY( c3 == ' ' );
68 c3 = fb_01.sbumpc();
69 VERIFY( c3 == c2 );
70 c3
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/
H A D1-in.cc41 int_type c1, c2, c3; local
56 c3 = fb_01.sgetc();
57 VERIFY( c3 == c2 );
58 c3 = fb_01.sbumpc();
59 VERIFY( c3 == c2 );
61 c3 = fb_01.sbumpc();
62 VERIFY( c3 == ' ' );
66 c3 = fb_01.sbumpc();
67 VERIFY( c3 == c2 );
68 c3
[all...]
H A D2-in.cc41 int_type c1, c2, c3; local
57 c3 = fb_01.sgetc();
58 VERIFY( c3 == c2 );
59 c3 = fb_01.sbumpc();
60 VERIFY( c3 == c2 );
62 c3 = fb_01.sbumpc();
63 VERIFY( c3 == ' ' );
67 c3 = fb_01.sbumpc();
68 VERIFY( c3 == c2 );
69 c3
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68k/
H A Dmcf-movsr.d10 0: 46c3 movew %d3,%sr
12 6: 40c3 movew %sr,%d3
13 8: 44c3 movew %d3,%ccr
15 e: 42c3 movew %ccr,%d3
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/other/
H A Dpr22003.C17 struct c3 : c1, c2 struct in inherits:c1,c2
22 c4* c3::func()
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/other/
H A Dpr22003.C17 struct c3 : c1, c2 struct in inherits:c1,c2
22 c4* c3::func()
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A DWconversion1.C5 char c3 = (char) 1024; variable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/objects/char/
H A D9661-2_xin.cc34 int c3 = fgetc(stdin); local
35 VERIFY( c3 == c1 );
36 ungetc(c3, stdin);
39 VERIFY( c4 == c3 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/warn/
H A DWconversion1.C5 char c3 = (char) 1024; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/objects/char/
H A D9661-2_xin.cc35 int c3 = fgetc(stdin); local
36 VERIFY( c3 == c1 );
37 ungetc(c3, stdin);
40 VERIFY( c4 == c3 );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr42871.C4 int c3; member in struct:C
16 b2[0].c3 = x.c3;
29 c[i].c3 = i;
33 b2[0].c3 = 0;

Completed in 219 milliseconds

1234567891011>>