Searched refs:print (Results 1 - 25 of 595) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dthis.C11 void print (const X* const &);
15 print (this);
H A Dparse9.C10 void print() { } function in class:Fu
17 Fu((*i)).print(); // { dg-bogus "" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp3570.C7 void print() {printf("A");} function in struct:A
12 void print() {superB::print(); printf("B");} function in struct:B
17 void print() {superC::print(); printf("C");} function in struct:C
26 a.print(); printf("\n");
27 b.print(); printf("\n");
28 c.print(); printf("\n");
H A Dp2846a.C6 // Correct answer is B::print.
7 // g++ prints D::print, which is wrong. Cfront gets is right.
16 virtual void print(void) const { printf("B::print\n"); } function in class:B
21 void print(void) const { printf("D::print\n"); exit(1); } function in class:D
33 titi.compute().print();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dthis.C11 void print (const X* const &);
15 print (this);
H A Dparse9.C10 void print() { } function in class:Fu
17 Fu((*i)).print(); // { dg-bogus "" }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp3570.C7 void print() {printf("A");}; function in struct:A
12 void print() {superB::print(); printf("B");}; function in struct:B
17 void print() {superC::print(); printf("C");}; function in struct:C
26 a.print(); printf("\n");
27 b.print(); printf("\n");
28 c.print(); printf("\n");
H A Dp2846a.C6 // Correct answer is B::print.
7 // g++ prints D::print, which is wrong. Cfront gets is right.
16 virtual void print(void) const { printf("B::print\n"); } function in class:B
21 void print(void) const { printf("D::print\n"); exit(1); } function in class:D
33 titi.compute().print();
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/
H A Dx2.cc6 void PP::print() function in class:PP
8 printf("In PP::print()\n");
11 void QQ::print() function in class:QQ
13 printf("In QQ::print()\n");
H A Dx3.h11 x->print();
16 void print();
21 void print();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Dctype_noninline.h76 ctype_base::mask(space | print) /* */,
77 ctype_base::mask(punct | print) /* ! */,
78 ctype_base::mask(punct | print) /* " */,
79 ctype_base::mask(punct | print) /* # */,
80 ctype_base::mask(punct | print) /* $ */,
81 ctype_base::mask(punct | print) /* % */,
82 ctype_base::mask(punct | print) /* & */,
83 ctype_base::mask(punct | print) /* ' */,
84 ctype_base::mask(punct | print) /* ( */,
85 ctype_base::mask(punct | print) /* ) */,
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-ppoutput.c40 } print; variable in typeref:struct:__anon3042
86 if (print.printed)
87 putc ('\n', print.outf);
123 /* Initialize the print structure. Setting print.src_line to -1 here is
126 print.src_line = -1;
127 print.printed = 0;
128 print.prev = 0;
129 print.outf = out_stream;
130 print
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/v7fs/
H A Dv7fs_superblock_util.c84 #define print(x) printf("%s: %d\n", #x, sb->x) macro
85 print(datablock_start_sector);
86 print(volume_size);
87 print(nfreeblock);
88 print(nfreeinode);
89 print(update_time);
90 print(lock_freeblock);
91 print(lock_freeinode);
92 print(modified);
93 print(readonl
100 #undef print macro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic59.C3 void print(T t, VarArgs args); // { dg-error "packs not expanded" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.ns/
H A Dusing9.C6 { void print(int) {} function in namespace:standard
9 namespace A { using standard::print; }
15 { print(1); }
16 // egcs-1.1: call of overloaded `print (int)' is ambiguous
22 { print(1); } // egcs has no problems here
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dt39.C7 void print ();
12 void frob<T>::print () { function in class:frob
23 fc.print ();
24 fi.print ();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.ns/
H A Dusing9.C6 { void print(int) {} function in namespace:standard
9 namespace A { using standard::print; }
15 { print(1); }
16 // egcs-1.1: call of overloaded `print (int)' is ambiguous
22 { print(1); } // egcs has no problems here
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dt39.C7 void print ();
12 void frob<T>::print () { function in class:frob
23 fc.print ();
24 fi.print ();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline3.C9 virtual void print(ostream&) const = 0;
24 void print(ostream&) const;
29 void T::print(ostream& o) const function in class:T
34 bcList_m[i]->print(o);
41 bcList.print(o);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline3.C9 virtual void print(ostream&) const = 0;
24 void print(ostream&) const;
29 void T::print(ostream& o) const function in class:T
34 bcList_m[i]->print(o);
41 bcList.print(o);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb17.C6 virtual void print();
16 void print();
20 void A::print() function in class:A
25 void B::print() function in class:B
48 b->print();
52 a->print();
56 a->print(); // (*1*)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb17.C6 virtual void print();
16 void print();
20 void A::print() function in class:A
25 void B::print() function in class:B
48 b->print();
52 a->print();
56 a->print(); // (*1*)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-ppoutput.c41 } print; variable in typeref:struct:__anon4021
108 if (print.printed)
109 putc ('\n', print.outf);
152 /* Initialize the print structure. */
153 print.src_line = 1;
154 print.printed = 0;
155 print.prev = 0;
156 print.outf = out_stream;
157 print.first_time = 1;
158 print
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/
H A D1.cc43 print(const T& x) function
57 test01 += print(true);
58 test01 += print(3.14159);
59 test01 += print(10);
60 test01 += print('x');
61 test01 += print("pipo");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/
H A D2.cc46 print(const T& x) function
60 test01 += print(true);
61 test01 += print(3.14159);
62 test01 += print(10);
63 test01 += print('x');
64 test01 += print("pipo");

Completed in 236 milliseconds

1234567891011>>