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

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c580 c_common_type (tree t1, tree t2)
654 tree subtype = c_common_type (subtype1, subtype2);
741 /* Wrapper around c_common_type that is used by c-common.c and other
765 return c_common_type (t1, t2);
3302 result_type = c_common_type (type1, type2);
8206 result_type = c_common_type (type0, type1);
577 c_common_type (tree t1, tree t2) function

Completed in 108 milliseconds