Searched refs:my_list (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpubtypes-2.c31 struct used_struct *my_list; local
33 my_list = (struct used_struct *) malloc (10 * sizeof (struct used_struct));
37 my_list[i].key = i;
38 my_list[i].name = (char *) malloc (11);
39 sprintf (my_list[i].name, "Alice_%d", i);
43 fprintf (stdout, "Key: %d, Name: %s\n", my_list[i].key, my_list[i].name);
H A Dpubtypes-1.c32 struct used_struct *my_list; local
34 my_list = (struct used_struct *) malloc (10 * sizeof (struct used_struct));
38 my_list[i].key = i;
39 my_list[i].name = (char *) malloc (11);
40 sprintf (my_list[i].name, "Alice_%d", i);
44 fprintf (stdout, "Key: %d, Name: %s\n", my_list[i].key, my_list[i].name);
H A Dpubtypes-4.c80 struct used_struct *my_list; local
82 my_list = (struct used_struct *) malloc (10 * sizeof (struct used_struct));
86 my_list[i].key = i;
87 my_list[i].name = (char *) malloc (11);
88 sprintf (my_list[i].name, "Alice_%d", i);
91 foo (my_list);
94 fprintf (stdout, "Key: %d, Name: %s\n", my_list[i].key, my_list[i].name);
H A Dpubtypes-3.c67 struct used_struct *my_list; local
69 my_list = (struct used_struct *) malloc (10 * sizeof (struct used_struct));
73 my_list[i].key = i;
74 my_list[i].name = (char *) malloc (11);
75 sprintf (my_list[i].name, "Alice_%d", i);
78 foo (my_list);
81 fprintf (stdout, "Key: %d, Name: %s\n", my_list[i].key, my_list[i].name);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Ddefault_initialization_5.f9023 type my_list type in module:list_m
25 end type my_list
36 type(my_list) :: my_data
/haiku-buildtools/legacy/gcc/gcc/f/
H A Ddata.c88 ffebld my_list; /* Beginning of list in my IMPDO. */ member in struct:_ffedata_impdo_
360 ffedata_list_ = ffedata_stack_->my_list; /* Reset list. */
588 ffedata_stack_->my_list = ffedata_list_ = ffebld_left (next);

Completed in 109 milliseconds