Searched refs:struct4 (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | call-ar-st.c | 582 struct small_rep_info_t *struct4, in init_small_structs() argument 595 void init_small_structs (struct1, struct2, struct3,struct4,flags,flags_combo, in init_small_structs() 600 struct small_rep_info_t *struct4; 626 init_struct_rep(struct4, 6); 858 struct small_rep_info_t struct4) in sum_struct_print() argument 860 void sum_struct_print ( seed, struct1, struct2, struct3, struct4) in sum_struct_print() 865 struct small_rep_info_t struct4; 871 sum = seed + struct1.value + struct2.value + struct3.value + struct4.value; 886 struct small_rep_info_t struct4, in print_small_structs() argument 899 void print_small_structs ( struct1, struct2, struct3, struct4, flags, in print_small_structs() [all …]
|
| H A D | structs.c | 92 struct struct4 {tA a; tB b; tC c; tD d; }; argument 111 struct struct4 foo4 = {'a','2','c','4'}, L4; 139 struct struct4 fun4() in fun4() 228 void Fun4(struct struct4 foo4) in Fun4() 231 struct struct4 foo4; in Fun4()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | structs.c | 23 struct struct4 { char a, b, c, d; }; argument 37 struct struct4 foo4 = {'1', '2', '3', '4'}, L4; 64 struct struct4 fun4() in fun4() 133 void Fun4(struct struct4 foo4) in Fun4() 136 struct struct4 foo4; in Fun4()
|