Searched refs:struct2 (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | call-ar-st.c | 580 struct small_rep_info_t *struct2, in init_small_structs() argument 595 void init_small_structs (struct1, struct2, struct3,struct4,flags,flags_combo, in init_small_structs() 598 struct small_rep_info_t *struct2; 624 init_struct_rep(struct2, 4); 823 struct small_rep_info_t struct2, in print_struct_rep() argument 826 void print_struct_rep( struct1, struct2, struct3) in print_struct_rep() 828 struct small_rep_info_t struct2; 837 printf("%10d%10d\n", struct2.value, struct2.head); 856 struct small_rep_info_t struct2, in sum_struct_print() argument 860 void sum_struct_print ( seed, struct1, struct2, struct3, struct4) in sum_struct_print() [all …]
|
| H A D | watchpoint.c | 38 struct foo struct1, struct2, *ptr1, *ptr2; variable 120 struct2.val = 2; in main() 122 ptr2 = &struct2; in main()
|
| H A D | structs.c | 90 struct struct2 {tA a; tB b;}; argument 109 struct struct2 foo2 = {'a','2'}, L2; 131 struct struct2 fun2() in fun2() 210 void Fun2(struct struct2 foo2) in Fun2() 213 struct struct2 foo2; in Fun2()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | structs.c | 21 struct struct2 { char a, b;}; argument 35 struct struct2 foo2 = { 'a', 'b'}, L2; 56 struct struct2 fun2() in fun2() 115 void Fun2(struct struct2 foo2) in Fun2() 118 struct struct2 foo2; in Fun2()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/ |
| H A D | ChangeLog | 12954 struct2): New struct definitions and initializations to test
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/ |
| H A D | ChangeLog | 3723 * g++.dg/ext/anon-struct2.C: New.
|