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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dpr9594.cc5 virtual int get_foo () { return 1; } function in class:Base
20 int get_foo ();
33 int Foo::get_foo () function in class:Foo
H A Dcpcompletion.exp72 [list Foo Foofoo get_foo set_foo ~Foo]
87 # "get_foo".
88 gdb_test "complete p foo1.g" "p foo1\\.get_foo"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dcpcompletion.cc5 virtual int get_foo () { return 1; } function in class:Base
20 int get_foo ();
33 int Foo::get_foo () function in class:Foo
H A Dcpcompletion.exp72 [list Foo Foofoo get_foo set_foo ~Foo]
87 # "get_foo".
88 test_gdb_complete_unique "p foo1.g" "p foo1.get_foo"

Completed in 180 milliseconds