Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c357 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; local
360 = type_after_usual_arithmetic_conversions (subtype1, subtype2);
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c275 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; in type_after_usual_arithmetic_conversions() local
278 = type_after_usual_arithmetic_conversions (subtype1, subtype2); in type_after_usual_arithmetic_conversions()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c253 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; local
255 tree subtype = common_type (subtype1, subtype2);
/openbsd-src/gnu/gcc/gcc/
H A Dc-typeck.c649 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; in c_common_type() local
651 tree subtype = c_common_type (subtype1, subtype2); in c_common_type()