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

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.cc34 typedef void (*fptr1) (my_other_type); typedef
35 typedef void (*fptr2) (fptr1, my_other_type_2);
56 foo (fptr1* a) { } // A::FOO::foo(fptr1*)
64 void test (fptr1* a) { } // A::FOO::test(fptr1*)
124 fptr1 fptr;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.cc34 typedef void (*fptr1) (my_other_type); typedef
35 typedef void (*fptr2) (fptr1, my_other_type_2);
56 foo (fptr1* a) { } // A::FOO::foo(fptr1*)
64 void test (fptr1* a) { } // A::FOO::test(fptr1*)
124 fptr1 fptr;

Completed in 123 milliseconds