Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Dtypeck.c276 tree subtype2 = code2 == COMPLEX_TYPE ? TREE_TYPE (t2) : t2; in type_after_usual_arithmetic_conversions() local
278 = type_after_usual_arithmetic_conversions (subtype1, subtype2); in type_after_usual_arithmetic_conversions()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c358 tree subtype2 = code2 == COMPLEX_TYPE ? TREE_TYPE (t2) : t2; local
360 = type_after_usual_arithmetic_conversions (subtype1, subtype2);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c254 tree subtype2 = code2 == COMPLEX_TYPE ? TREE_TYPE (t2) : t2; local
255 tree subtype = common_type (subtype1, subtype2);
/openbsd/gnu/gcc/gcc/
H A Dc-typeck.c650 tree subtype2 = code2 == COMPLEX_TYPE ? TREE_TYPE (t2) : t2; in c_common_type() local
651 tree subtype = c_common_type (subtype1, subtype2); in c_common_type()