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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.c640 tree next_subobject; local
672 next_subobject = sorted_inits;
686 for (subobject_init = next_subobject;
697 if (TREE_CODE (TREE_PURPOSE (next_subobject)) == FIELD_DECL)
699 TREE_PURPOSE (next_subobject));
702 TREE_PURPOSE (next_subobject));
735 next_subobject = subobject_init;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dinit.c477 tree next_subobject; local
509 next_subobject = sorted_inits;
523 for (subobject_init = next_subobject;
534 if (TREE_CODE (TREE_PURPOSE (next_subobject)) == FIELD_DECL)
536 TREE_PURPOSE (next_subobject));
539 TREE_PURPOSE (next_subobject));
569 next_subobject = subobject_init;

Completed in 108 milliseconds