Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c296 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; 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.cc315 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; 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.c797 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; 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.cc807 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; in c_common_type() local
809 tree subtype = c_common_type (subtype1, subtype2); in c_common_type()