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

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.cc24 typedef my_type my_other_type; typedef
34 typedef void (*fptr1) (my_other_type);
36 typedef void (*fptr3) (fptr2, my_other_type);
52 foo (my_other_type a) { } // A::FOO::foo(my_other_type)
54 foo (my_other_type_2 a, const my_other_type b) { } // A::FOO::foo(my_other_type_2, const my_other_type)
60 void test (my_other_type a) { } // A::FOO::test(my_other_type)
62 void test (my_other_type_2 a, const my_other_type
[all...]
H A Dmeth-typedefs.exp48 "my_other_type" {"my_other_type" "my_type" "const char* const*"}
61 foreach type {my_other_type my_other_type_2} {
70 set type "my_other_type_2, const my_other_type"
72 foreach t2 $typedefs(my_other_type) {
95 foreach t $typedefs(my_other_type) {
105 foreach t1 $typedefs(my_other_type) {
109 foreach t3 $typedefs(my_other_type) {
117 set type1 "my_other_type"
118 set type2 "my_other_type, my_other_type_
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.cc24 typedef my_type my_other_type; typedef
34 typedef void (*fptr1) (my_other_type);
36 typedef void (*fptr3) (fptr2, my_other_type);
52 foo (my_other_type a) { } // A::FOO::foo(my_other_type)
54 foo (my_other_type_2 a, const my_other_type b) { } // A::FOO::foo(my_other_type_2, const my_other_type)
60 void test (my_other_type a) { } // A::FOO::test(my_other_type)
62 void test (my_other_type_2 a, const my_other_type
[all...]
H A Dmeth-typedefs.exp48 "my_other_type" {"my_other_type" "my_type" "const char* const*"}
61 foreach type {my_other_type my_other_type_2} {
70 set type "my_other_type_2, const my_other_type"
72 foreach t2 $typedefs(my_other_type) {
95 foreach t $typedefs(my_other_type) {
105 foreach t1 $typedefs(my_other_type) {
109 foreach t3 $typedefs(my_other_type) {
117 set type1 "my_other_type"
118 set type2 "my_other_type, my_other_type_
[all...]

Completed in 79 milliseconds