Searched refs:dm_type_foo_ref (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dcplusfuncs.exp62 set dm_type_foo_ref "foo&"
74 global dm_type_foo_ref
120 send_gdb "print &'dm_type_foo_ref'\n"
122 -re ".*dm_type_foo_ref\\(foo &\\).*\r\n$gdb_prompt $" {
124 set dm_type_foo_ref "foo &"
125 pass "detect dm_type_foo_ref"
127 -re ".*dm_type_foo_ref\\(foo&\\).*\r\n$gdb_prompt $" {
129 pass "detect dm_type_foo_ref"
132 fail "detect dm_type_foo_ref"
135 fail "detect dm_type_foo_ref (timeou
[all...]
H A Dcplusfuncs.cc191 int dm_type_foo_ref (foo & foo) { return foo.ifoo; } function

Completed in 73 milliseconds