Searched refs:ifoo (Results 1 – 5 of 5) sorted by relevance
55 int ifoo; member in foo74 foo::foo (int i) { ifoo = i;} in foo()76 foo::foo (foo& afoo) { afoo.ifoo = 0; } 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 >=()[all …]
11 int ifoo; member in foo113 foo::foo (int i) { ifoo = i; ccpfoo = NULL; } in foo()114 foo::foo (int i, const char *ccp) { ifoo = i; ccpfoo = ccp; } in foo()115 foo::foo (foo& afoo) { ifoo = afoo.ifoo; ccpfoo = afoo.ccpfoo;} in foo()137 int foo::overloadfnarg (void) { return ifoo * 20; } in overloadfnarg()
11 int ifoo; member in foo102 foo::foo (int i) { ifoo = i;} in foo()103 foo::foo (int i, const char *ccp) { ifoo = i; ccpfoo = ccp; } in foo()104 foo::foo (foo& afoo) { ifoo = afoo.ifoo; ccpfoo = afoo.ccpfoo;} in foo()
746 + Don't quote characters in executed buffer: "ifoo<esc>" should leave
3299 formatting. Order -ifoo options by frequency of usage.