Searched refs:struct3 (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | call-ar-st.c | 581 struct small_rep_info_t *struct3, in init_small_structs() argument 595 void init_small_structs (struct1, struct2, struct3,struct4,flags,flags_combo, in init_small_structs() 599 struct small_rep_info_t *struct3; 625 init_struct_rep(struct3, 5); 824 struct small_rep_info_t struct3) in print_struct_rep() argument 826 void print_struct_rep( struct1, struct2, struct3) in print_struct_rep() 829 struct small_rep_info_t struct3; 839 printf("%10d%10d\n", struct3.value, struct3.head); 857 struct small_rep_info_t struct3, in sum_struct_print() argument 860 void sum_struct_print ( seed, struct1, struct2, struct3, struct4) in sum_struct_print() [all …]
|
| H A D | structs.c | 91 struct struct3 {tA a; tB b; tC c; }; argument 110 struct struct3 foo3 = {'1','b','3'}, L3; 135 struct struct3 fun3() in fun3() 219 void Fun3(struct struct3 foo3) in Fun3() 222 struct struct3 foo3; in Fun3()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | structs.c | 22 struct struct3 { char a, b, c; }; argument 36 struct struct3 foo3 = { 'A', 'B', 'C'}, L3; 60 struct struct3 fun3() in fun3() 124 void Fun3(struct struct3 foo3) in Fun3() 127 struct struct3 foo3; in Fun3()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/ |
| H A D | ChangeLog | 3724 * g++.dg/ext/anon-struct3.C: New.
|