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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c249 unsigned int has_union:1; member in struct:variable_info
380 ret->has_union = false;
718 || get_varinfo (i)->has_union
744 || get_varinfo (i)->has_union
3680 HOST_WIDE_INT offset, bool *has_union)
3728 if (has_union
3731 *has_union = true;
3737 offset + i * TREE_INT_CST_LOW (elsz), has_union)))
3767 if (has_union
3770 *has_union
3679 push_fields_onto_fieldstack(tree type, VEC(fieldoff_s,heap) **fieldstack, HOST_WIDE_INT offset, bool *has_union) argument
[all...]

Completed in 70 milliseconds