Searched refs:subtype1 (Results 1 – 2 of 2) sorted by relevance
276 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; in type_after_usual_arithmetic_conversions() local279 = type_after_usual_arithmetic_conversions (subtype1, subtype2); in type_after_usual_arithmetic_conversions()
662 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; in c_common_type() local664 tree subtype = c_common_type (subtype1, subtype2); in c_common_type()