Searched refs:ccpfoo (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Doverload.cc12 const char *ccpfoo; member in class:foo
113 foo::foo (int i) { ifoo = i; ccpfoo = NULL; }
114 foo::foo (int i, const char *ccp) { ifoo = i; ccpfoo = ccp; }
115 foo::foo (foo& afoo) { ifoo = afoo.ifoo; ccpfoo = afoo.ccpfoo;}
H A Dovldbreak.cc12 const char *ccpfoo; member in class:foo
103 foo::foo (int i, const char *ccp) { ifoo = i; ccpfoo = ccp; }
104 foo::foo (foo& afoo) { ifoo = afoo.ifoo; ccpfoo = afoo.ccpfoo;}
H A Dcplusfuncs.cc56 const char *ccpfoo; member in class:foo
75 foo::foo (int i, const char *ccp) { ifoo = i; ccpfoo = ccp; }

Completed in 73 milliseconds