Searched refs:list_name_type (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpubtypes-3.c8 /* { dg-final { scan-assembler-not "\"list_name_type\\\\0\"+\[ \t\]+\[#;]+\[ \t\]+external name" } } */
32 enum list_name_type { enum
41 enum list_name_type *enum_list;
43 enum_list = (enum list_name_type *) malloc (10 * sizeof (enum list_name_type));
H A Dpubtypes-4.c8 /* { dg-final { scan-assembler "\"list_name_type\\\\0\"+\[ \t\]+\[#;]+\[ \t\]+external name" } } */
38 enum list_name_type { enum
45 typedef enum list_name_type *enum_list_array;
56 enum_list = (enum_list_array) malloc (10 * sizeof (enum list_name_type));

Completed in 92 milliseconds