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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c5210 /* This structure is used during pushing fields onto the fieldstack
5257 /* Sort a fieldstack according to the field offset and sizes. */
5259 sort_fieldstack (vec<fieldoff_s> fieldstack)
5261 fieldstack.qsort (fieldoff_compare);
5318 the fields of TYPE onto fieldstack, recording their offsets along
5327 push_fields_onto_fieldstack (tree type, vec<fieldoff_s> *fieldstack, argument
5339 if (fieldstack->length () > MAX_FIELDS_FOR_FIELD_SENSITIVE)
5353 (TREE_TYPE (field), fieldstack, offset + foff)
5367 if (!fieldstack->is_empty ())
5368 pair = &fieldstack
5650 auto_vec<fieldoff_s> fieldstack; local
[all...]

Completed in 98 milliseconds