Home
last modified time | relevance | path

Searched refs:subtype1 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c276 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; in type_after_usual_arithmetic_conversions() local
279 = type_after_usual_arithmetic_conversions (subtype1, subtype2); in type_after_usual_arithmetic_conversions()
/freebsd-12.1/contrib/gcc/
H A Dc-typeck.c662 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; in c_common_type() local
664 tree subtype = c_common_type (subtype1, subtype2); in c_common_type()