Searched refs:afoo (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dcplusfuncs.cc76 foo::foo (foo& afoo) { afoo.ifoo = 0; } argument
79 void foo::operator * (foo& afoo) { afoo.ifoo = 0; } argument
80 void foo::operator % (foo& afoo) { afoo.ifoo = 0; } argument
81 void foo::operator - (foo& afoo) { afoo.ifoo = 0; } argument
82 void foo::operator >> (foo& afoo) { afoo argument
83 operator !=(foo& afoo) argument
84 operator >(foo& afoo) argument
85 operator >=(foo& afoo) argument
86 operator |(foo& afoo) argument
87 operator &&(foo& afoo) argument
90 operator =(foo& afoo) argument
91 operator +=(foo& afoo) argument
92 operator *=(foo& afoo) argument
93 operator %=(foo& afoo) argument
94 operator >>=(foo& afoo) argument
95 operator |=(foo& afoo) argument
96 operator ,(foo& afoo) argument
97 operator /(foo& afoo) argument
98 operator +(foo& afoo) argument
99 operator <<(foo& afoo) argument
100 operator ==(foo& afoo) argument
101 operator <(foo& afoo) argument
102 operator <=(foo& afoo) argument
103 operator &(foo& afoo) argument
104 operator ^(foo& afoo) argument
105 operator ||(foo& afoo) argument
109 operator -=(foo& afoo) argument
110 operator /=(foo& afoo) argument
111 operator <<=(foo& afoo) argument
112 operator &=(foo& afoo) argument
113 operator ^=(foo& afoo) argument
114 operator ->*(foo& afoo) argument
115 operator [](foo& afoo) argument
116 operator ()(foo& afoo) argument
[all...]
H A Dderivation.cc11 int afoo();
124 int A::afoo() { function in class:A
H A Doverload.cc115 foo::foo (foo& afoo) { ifoo = afoo.ifoo; ccpfoo = afoo.ccpfoo;} argument
H A Dovldbreak.cc104 foo::foo (foo& afoo) { ifoo = afoo.ifoo; ccpfoo = afoo.ccpfoo;} argument
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dopaque1.c4 } afoo = { 1, 2}; variable in typeref:struct:foo
8 return (&afoo);
/openbsd-current/regress/usr.bin/rcs/
H A DMakefile360 # Testing 'rcs -afoo,bar,baz'
363 @${RCS} -q -afoo,bar,baz test

Completed in 169 milliseconds