Searched defs:afoo (Results 1 – 9 of 9) sorted by relevance
69 foo::foo (foo& afoo) { afoo.ifoo = 0; } in foo() function in foo72 void foo::operator * (foo& afoo) { afoo.ifoo = 0; } in operator *()73 void foo::operator % (foo& afoo) { afoo.ifoo = 0; } in operator %()74 void foo::operator - (foo& afoo) { afoo.ifoo = 0; } in operator -()75 void foo::operator >> (foo& afoo) { afoo.ifoo = 0; } in operator >>()76 void foo::operator != (foo& afoo) { afoo.ifoo = 0; } in operator !=()77 void foo::operator > (foo& afoo) { afoo.ifoo = 0; } in operator >()78 void foo::operator >= (foo& afoo) { afoo.ifoo = 0; } in operator >=()79 void foo::operator | (foo& afoo) { afoo.ifoo = 0; } in operator |()80 void foo::operator && (foo& afoo) { afoo.ifoo = 0; } in operator &&()[all …]
100 foo::foo (foo& afoo) { ifoo = afoo.ifoo; ccpfoo = afoo.ccpfoo;} in foo() function in foo
165 foo::foo (foo& afoo) { ifoo = afoo.ifoo; ccpfoo = afoo.ccpfoo;} in foo() function in foo
3 foo charfoo (int afoo) in charfoo()
4 } afoo = { 1, 2}; variable
276 foo intfoo (int afoo) in intfoo()