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

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c5587 detect_field_duplicates (tree fieldlist)
5594 if (!fieldlist)
5596 x = TREE_CHAIN (fieldlist);
5608 for (x = TREE_CHAIN (fieldlist); x ; x = TREE_CHAIN (x))
5611 for (y = fieldlist; y != x; y = TREE_CHAIN (y))
5624 for (x = fieldlist; x ; x = TREE_CHAIN (x))
5645 finish_struct (tree t, tree fieldlist, tree attributes)
5660 for (x = fieldlist; x; x = TREE_CHAIN (x))
5668 if (fieldlist)
5675 if (fieldlist)
5562 detect_field_duplicates(tree fieldlist) argument
5620 finish_struct(tree t, tree fieldlist, tree attributes) argument
[all...]

Completed in 57 milliseconds