Home
last modified time | relevance | path

Searched defs:afoo (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dcplusfuncs.cc76 foo::foo (foo& afoo) { afoo.ifoo = 0; } in foo() function in foo
79 void foo::operator * (foo& afoo) { afoo.ifoo = 0; } in operator *()
80 void foo::operator % (foo& afoo) { afoo.ifoo = 0; } in operator %()
81 void foo::operator - (foo& afoo) { afoo.ifoo = 0; } in operator -()
82 void foo::operator >> (foo& afoo) { afoo.ifoo = 0; } in operator >>()
83 void foo::operator != (foo& afoo) { afoo.ifoo = 0; } in operator !=()
84 void foo::operator > (foo& afoo) { afoo.ifoo = 0; } in operator >()
85 void foo::operator >= (foo& afoo) { afoo.ifoo = 0; } in operator >=()
86 void foo::operator | (foo& afoo) { afoo.ifoo = 0; } in operator |()
87 void foo::operator && (foo& afoo) { afoo.ifoo = 0; } in operator &&()
[all …]
H A Dderivation.cc124 int A::afoo() { in afoo() function in A
H A Dovldbreak.cc104 foo::foo (foo& afoo) { ifoo = afoo.ifoo; ccpfoo = afoo.ccpfoo;} in foo() function in foo
H A Doverload.cc115 foo::foo (foo& afoo) { ifoo = afoo.ifoo; ccpfoo = afoo.ccpfoo;} in foo() function in foo
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dopaque1.c4 } afoo = { 1, 2}; variable