Searched refs:struct1 (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dwatch-reverse.c55 struct foo struct1, struct2, *ptr1, *ptr2; variable in typeref:struct:foo
138 struct1.val = 1;
140 ptr1 = &struct1;
167 struct1.val = 5;
177 struct1.val = 5;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dwatch-reverse.c55 struct foo struct1, struct2, *ptr1, *ptr2; variable in typeref:struct:foo
138 struct1.val = 1;
140 ptr1 = &struct1;
167 struct1.val = 5;
177 struct1.val = 5;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint.c38 struct foo struct1, struct2, *ptr1, *ptr2; variable in typeref:struct:foo
174 struct1.val = 1;
176 ptr1 = &struct1;
203 struct1.val = 5;
213 struct1.val = 5;
H A Dcallfuncs.c107 struct struct1 { struct
204 char t_structs_c (struct struct1 tstruct) { return (tstruct.c); }
205 short t_structs_s (struct struct1 tstruct) { return (tstruct.s); }
206 int t_structs_i (struct struct1 tstruct) { return (tstruct.i); }
207 long t_structs_l (struct struct1 tstruct) { return (tstruct.l); }
208 float t_structs_f (struct struct1 tstruct) { return (tstruct.f); }
209 double t_structs_d (struct struct1 tstruct) { return (tstruct.d); }
210 char *t_structs_a (struct struct1 tstruct)
217 float _Complex t_structs_fc (struct struct1 tstruct) { return tstruct.fc;}
218 double _Complex t_structs_dc (struct struct1 tstruc
[all...]
H A Dcall-ar-st.c466 struct small_rep_info_t *struct1,
491 init_struct_rep(struct1, 2);
630 * IN struct small_rep_info_t struct1
635 struct small_rep_info_t struct1,
641 printf("Contents of struct1: \n\n");
642 printf("%10d%10d\n", struct1.value, struct1.head);
654 * IN struct small_rep_info_t struct1
661 struct small_rep_info_t struct1,
669 sum = seed + struct1
465 init_small_structs( struct small_rep_info_t *struct1, struct small_rep_info_t *struct2, struct small_rep_info_t *struct3, struct small_rep_info_t *struct4, struct bit_flags_t *flags, struct bit_flags_combo_t *flags_combo, struct three_char_t *three_char, struct five_char_t *five_char, struct int_char_combo_t *int_char_combo, struct one_double_t *d1, struct one_double_t *d2, struct one_double_t *d3, struct two_floats_t *f1, struct two_floats_t *f2, struct two_floats_t *f3) argument
634 print_struct_rep( struct small_rep_info_t struct1, struct small_rep_info_t struct2, struct small_rep_info_t struct3) argument
659 sum_struct_print( int seed, struct small_rep_info_t struct1, struct small_rep_info_t struct2, struct small_rep_info_t struct3, struct small_rep_info_t struct4) argument
679 print_small_structs( struct small_rep_info_t struct1, struct small_rep_info_t struct2, struct small_rep_info_t struct3, struct small_rep_info_t struct4, struct bit_flags_t flags, struct bit_flags_combo_t flags_combo, struct three_char_t three_char, struct five_char_t five_char, struct int_char_combo_t int_char_combo, struct one_double_t d1, struct one_double_t d2, struct one_double_t d3, struct two_floats_t f1, struct two_floats_t f2, struct two_floats_t f3) argument
720 print_long_arg_list( double a, double b, int c, int d, int e, int f, struct small_rep_info_t struct1, struct small_rep_info_t struct2, struct small_rep_info_t struct3, struct small_rep_info_t struct4, struct bit_flags_t flags, struct bit_flags_combo_t flags_combo, struct three_char_t three_char, struct five_char_t five_char, struct int_char_combo_t int_char_combo, struct one_double_t d1, struct one_double_t d2, struct one_double_t d3, struct two_floats_t f1, struct two_floats_t f2, struct two_floats_t f3) argument
901 static struct small_rep_info_t *struct1; local
[all...]
H A Dcall-rt-st.c504 struct small_rep_info_t print_struct_rep(struct small_rep_info_t struct1) argument
507 printf("Contents of struct1: \n\n");
508 printf("%10d%10d\n", struct1.value, struct1.head);
509 struct1.value =+5;
511 return struct1;
556 struct small_rep_info_t *struct1; local
583 struct1 = (struct small_rep_info_t *)malloc(sizeof(struct small_rep_info_t));
611 init_struct_rep(struct1, 10);
625 print_struct_rep(*struct1);
[all...]
H A Dstructs.c85 struct struct1 {tA a;}; struct
104 struct struct1 foo1 = {'1'}, L1;
123 struct struct1 fun1()
196 void Fun1(struct struct1 foo1)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint.c38 struct foo struct1, struct2, *ptr1, *ptr2; variable in typeref:struct:foo
174 struct1.val = 1;
176 ptr1 = &struct1;
203 struct1.val = 5;
213 struct1.val = 5;
H A Dcallfuncs.c107 struct struct1 { struct
204 char t_structs_c (struct struct1 tstruct) { return (tstruct.c); }
205 short t_structs_s (struct struct1 tstruct) { return (tstruct.s); }
206 int t_structs_i (struct struct1 tstruct) { return (tstruct.i); }
207 long t_structs_l (struct struct1 tstruct) { return (tstruct.l); }
208 float t_structs_f (struct struct1 tstruct) { return (tstruct.f); }
209 double t_structs_d (struct struct1 tstruct) { return (tstruct.d); }
210 char *t_structs_a (struct struct1 tstruct)
217 float _Complex t_structs_fc (struct struct1 tstruct) { return tstruct.fc;}
218 double _Complex t_structs_dc (struct struct1 tstruc
[all...]
H A Dcall-ar-st.c466 struct small_rep_info_t *struct1,
491 init_struct_rep(struct1, 2);
630 * IN struct small_rep_info_t struct1
635 struct small_rep_info_t struct1,
641 printf("Contents of struct1: \n\n");
642 printf("%10d%10d\n", struct1.value, struct1.head);
654 * IN struct small_rep_info_t struct1
661 struct small_rep_info_t struct1,
669 sum = seed + struct1
465 init_small_structs( struct small_rep_info_t *struct1, struct small_rep_info_t *struct2, struct small_rep_info_t *struct3, struct small_rep_info_t *struct4, struct bit_flags_t *flags, struct bit_flags_combo_t *flags_combo, struct three_char_t *three_char, struct five_char_t *five_char, struct int_char_combo_t *int_char_combo, struct one_double_t *d1, struct one_double_t *d2, struct one_double_t *d3, struct two_floats_t *f1, struct two_floats_t *f2, struct two_floats_t *f3) argument
634 print_struct_rep( struct small_rep_info_t struct1, struct small_rep_info_t struct2, struct small_rep_info_t struct3) argument
659 sum_struct_print( int seed, struct small_rep_info_t struct1, struct small_rep_info_t struct2, struct small_rep_info_t struct3, struct small_rep_info_t struct4) argument
679 print_small_structs( struct small_rep_info_t struct1, struct small_rep_info_t struct2, struct small_rep_info_t struct3, struct small_rep_info_t struct4, struct bit_flags_t flags, struct bit_flags_combo_t flags_combo, struct three_char_t three_char, struct five_char_t five_char, struct int_char_combo_t int_char_combo, struct one_double_t d1, struct one_double_t d2, struct one_double_t d3, struct two_floats_t f1, struct two_floats_t f2, struct two_floats_t f3) argument
720 print_long_arg_list( double a, double b, int c, int d, int e, int f, struct small_rep_info_t struct1, struct small_rep_info_t struct2, struct small_rep_info_t struct3, struct small_rep_info_t struct4, struct bit_flags_t flags, struct bit_flags_combo_t flags_combo, struct three_char_t three_char, struct five_char_t five_char, struct int_char_combo_t int_char_combo, struct one_double_t d1, struct one_double_t d2, struct one_double_t d3, struct two_floats_t f1, struct two_floats_t f2, struct two_floats_t f3) argument
901 static struct small_rep_info_t *struct1; local
[all...]
H A Dcall-rt-st.c504 struct small_rep_info_t print_struct_rep(struct small_rep_info_t struct1) argument
507 printf("Contents of struct1: \n\n");
508 printf("%10d%10d\n", struct1.value, struct1.head);
509 struct1.value =+5;
511 return struct1;
556 struct small_rep_info_t *struct1; local
583 struct1 = (struct small_rep_info_t *)malloc(sizeof(struct small_rep_info_t));
611 init_struct_rep(struct1, 10);
625 print_struct_rep(*struct1);
[all...]
H A Dstructs.c85 struct struct1 {tA a;}; struct
104 struct struct1 foo1 = {'1'}, L1;
123 struct struct1 fun1()
196 void Fun1(struct struct1 foo1)

Completed in 161 milliseconds