Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c297 tree subtype2 = code2 == COMPLEX_TYPE ? TREE_TYPE (t2) : t2; in cp_common_type() local
299 = type_after_usual_arithmetic_conversions (subtype1, subtype2); in cp_common_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc316 tree subtype2 = code2 == COMPLEX_TYPE ? TREE_TYPE (t2) : t2; in cp_common_type() local
318 = type_after_usual_arithmetic_conversions (subtype1, subtype2); in cp_common_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c798 tree subtype2 = code2 == COMPLEX_TYPE ? TREE_TYPE (t2) : t2; in c_common_type() local
799 tree subtype = c_common_type (subtype1, subtype2); in c_common_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc808 tree subtype2 = code2 == COMPLEX_TYPE ? TREE_TYPE (t2) : t2; in c_common_type() local
809 tree subtype = c_common_type (subtype1, subtype2); in c_common_type()