Searched refs:foo8 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Doranking.cc90 int foo8 (A&) { return 211; } function
91 int foo8 (B&) { return 212; } function
94 return foo8(c); // 212
213 foo8(co);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Doranking.cc90 int foo8 (A&) { return 211; } function
91 int foo8 (B&) { return 212; } function
94 return foo8(c); // 212
213 foo8(co);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstructs.c111 struct struct8 foo8 = {'a','2','c','4','e','6','g','8'}, L8; variable in typeref:struct:struct8
153 return foo8;
224 void Fun8(struct struct8 foo8) argument
226 L8 = foo8;
327 Fun8(foo8);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dstructs.c111 struct struct8 foo8 = {'a','2','c','4','e','6','g','8'}, L8; variable in typeref:struct:struct8
153 return foo8;
224 void Fun8(struct struct8 foo8) argument
226 L8 = foo8;
327 Fun8(foo8);

Completed in 218 milliseconds