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

/freebsd-10.3-release/contrib/gcc/
H A Dipa-type-escape.c217 other_type. */
218 tree other_type = (tree) result->value; local
219 if (lang_hooks.types_compatible_p (type, other_type) == 1)
222 /* Insert this new type as an alias for other_type. */
225 (splay_tree_value) other_type);
226 return other_type;

Completed in 45 milliseconds