Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c277 tree subtype2 = code2 == COMPLEX_TYPE ? TREE_TYPE (t2) : t2; 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.c663 tree subtype2 = code2 == COMPLEX_TYPE ? TREE_TYPE (t2) : t2; in c_common_type() local
664 tree subtype = c_common_type (subtype1, subtype2); in c_common_type()