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

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.cc36 typedef void (*fptr3) (fptr2, my_other_type); typedef
55 foo (fptr3) { } // A::FOO::foo(fptr3)
63 void test (fptr3 a) { } // A::FOO::test(fptr3)
134 my_foo.test (static_cast<fptr3> (NULL));
150 A::foo d (static_cast<fptr3> (NULL));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.cc36 typedef void (*fptr3) (fptr2, my_other_type); typedef
55 foo (fptr3) { } // A::FOO::foo(fptr3)
63 void test (fptr3 a) { } // A::FOO::test(fptr3)
134 my_foo.test (static_cast<fptr3> (NULL));
150 A::foo d (static_cast<fptr3> (NULL));

Completed in 82 milliseconds