Home
last modified time | relevance | path

Searched refs:ifoo (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dcplusfuncs.cc55 int ifoo; member in foo
74 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 …]
H A Doverload.cc11 int ifoo; member in foo
113 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()
H A Dovldbreak.cc11 int ifoo; member in foo
102 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()
/openbsd/usr.bin/vi/docs/
H A Dchangelog746 + Don't quote characters in executed buffer: "ifoo<esc>" should leave
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.13299 formatting. Order -ifoo options by frequency of usage.