Searched refs:subtype2 (Results 1 – 2 of 2) sorted by relevance
277 tree subtype2 = code2 == COMPLEX_TYPE ? TREE_TYPE (t2) : t2; in type_after_usual_arithmetic_conversions() local279 = type_after_usual_arithmetic_conversions (subtype1, subtype2); in type_after_usual_arithmetic_conversions()
663 tree subtype2 = code2 == COMPLEX_TYPE ? TREE_TYPE (t2) : t2; in c_common_type() local664 tree subtype = c_common_type (subtype1, subtype2); in c_common_type()