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

/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-structalias.c4065 bool hasunion; local
4072 hasunion = TREE_CODE (decltype) == UNION_TYPE
4074 if (var_can_have_subvars (decl) && use_field_sensitive && !hasunion)
4076 push_fields_onto_fieldstack (decltype, &fieldstack, 0, &hasunion);
4077 if (hasunion)
4091 vi->has_union = hasunion;

Completed in 119 milliseconds