Searched refs:used_struct (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpubtypes-2.c6 /* { dg-final { scan-assembler "used_struct\\\\0\"+\[ \t\]+\[#;]+\[ \t\]+external name" } } */
12 struct used_struct struct
31 struct used_struct *my_list;
33 my_list = (struct used_struct *) malloc (10 * sizeof (struct used_struct));
H A Dpubtypes-1.c6 /* { dg-final { scan-assembler "used_struct\\\\0\"+\[ \t\]+\[#;]+\[ \t\]+external name" } } */
13 struct used_struct struct
32 struct used_struct *my_list;
34 my_list = (struct used_struct *) malloc (10 * sizeof (struct used_struct));
H A Dpubtypes-4.c6 /* { dg-final { scan-assembler "used_struct\\\\0\"+\[ \t\]+\[#;]+\[ \t\]+external name" } } */
16 struct used_struct struct
50 foo (struct used_struct *list)
80 struct used_struct *my_list;
82 my_list = (struct used_struct *) malloc (10 * sizeof (struct used_struct));
H A Dpubtypes-3.c6 /* { dg-final { scan-assembler "used_struct\\\\0\"+\[ \t\]+\[#;]+\[ \t\]+external name" } } */
14 struct used_struct struct
30 foo (struct used_struct *list)
67 struct used_struct *my_list;
69 my_list = (struct used_struct *) malloc (10 * sizeof (struct used_struct));

Completed in 112 milliseconds