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

/freebsd-9.3-release/contrib/gcc/
H A Dcfgexpand.c284 aggregate_contains_union_type (tree type) function
292 return aggregate_contains_union_type (TREE_TYPE (type));
298 if (aggregate_contains_union_type (TREE_TYPE (field)))
325 contains_union = aggregate_contains_union_type (type_i);

Completed in 162 milliseconds