OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ifoo
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
ovldbreak.cc
11
int
ifoo
;
member in class:foo
98
foo::foo (int i) {
ifoo
= i;}
99
foo::foo (int i, const char *ccp) {
ifoo
= i; ccpfoo = ccp; }
100
foo::foo (foo& afoo) {
ifoo
= afoo.
ifoo
; ccpfoo = afoo.ccpfoo;}
overload.cc
11
int
ifoo
;
member in class:foo
163
foo::foo (int i) {
ifoo
= i; ccpfoo = NULL; }
164
foo::foo (int i, const char *ccp) {
ifoo
= i; ccpfoo = ccp; }
165
foo::foo (foo& afoo) {
ifoo
= afoo.
ifoo
; ccpfoo = afoo.ccpfoo;}
189
int foo::overloadfnarg (void) { return
ifoo
* 20; }
cplusfuncs.cc
57
int
ifoo
;
member in class:foo
67
foo::foo (int i) {
ifoo
= i;}
68
foo::foo (int i, const char *ccp) {
ifoo
= i; ccpfoo = ccp; }
69
foo::foo (foo& afoo) { afoo.
ifoo
= 0; }
72
void foo::operator * (foo& afoo) { afoo.
ifoo
= 0; }
73
void foo::operator % (foo& afoo) { afoo.
ifoo
= 0; }
74
void foo::operator - (foo& afoo) { afoo.
ifoo
= 0; }
75
void foo::operator >> (foo& afoo) { afoo.
ifoo
= 0; }
76
void foo::operator != (foo& afoo) { afoo.
ifoo
= 0; }
77
void foo::operator > (foo& afoo) { afoo.
ifoo
= 0;
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
ovldbreak.cc
11
int
ifoo
;
member in class:foo
98
foo::foo (int i) {
ifoo
= i;}
99
foo::foo (int i, const char *ccp) {
ifoo
= i; ccpfoo = ccp; }
100
foo::foo (foo& afoo) {
ifoo
= afoo.
ifoo
; ccpfoo = afoo.ccpfoo;}
overload.cc
11
int
ifoo
;
member in class:foo
163
foo::foo (int i) {
ifoo
= i; ccpfoo = NULL; }
164
foo::foo (int i, const char *ccp) {
ifoo
= i; ccpfoo = ccp; }
165
foo::foo (foo& afoo) {
ifoo
= afoo.
ifoo
; ccpfoo = afoo.ccpfoo;}
189
int foo::overloadfnarg (void) { return
ifoo
* 20; }
cplusfuncs.cc
57
int
ifoo
;
member in class:foo
67
foo::foo (int i) {
ifoo
= i;}
68
foo::foo (int i, const char *ccp) {
ifoo
= i; ccpfoo = ccp; }
69
foo::foo (foo& afoo) { afoo.
ifoo
= 0; }
72
void foo::operator * (foo& afoo) { afoo.
ifoo
= 0; }
73
void foo::operator % (foo& afoo) { afoo.
ifoo
= 0; }
74
void foo::operator - (foo& afoo) { afoo.
ifoo
= 0; }
75
void foo::operator >> (foo& afoo) { afoo.
ifoo
= 0; }
76
void foo::operator != (foo& afoo) { afoo.
ifoo
= 0; }
77
void foo::operator > (foo& afoo) { afoo.
ifoo
= 0;
[
all
...]
Completed in 30 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026