Home
last modified time | relevance | path

Searched refs:cp_common_type (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c262 cp_common_type (tree t1, tree t2) in cp_common_type() function
447 return cp_common_type (t1, t2); in type_after_usual_arithmetic_conversions()
940 return cp_common_type (t1, t2); in common_type()
5470 result_type = cp_common_type (type0, type1); in cp_build_binary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2008373 * typeck.c (cp_common_type): New. The same as
376 call cp_common_type.
383 Use cp_common_type instead of common_type.
H A Dtypeck.cc281 cp_common_type (tree t1, tree t2) in cp_common_type() function
466 return cp_common_type (t1, t2); in type_after_usual_arithmetic_conversions()
968 return cp_common_type (t1, t2); in common_type()
5921 result_type = cp_common_type (type0, type1); in cp_build_binary_op()
H A DChangeLog2875 * typeck.cc (cp_common_type): Likewise.
H A DChangeLog-20092388 (cp_common_type): Handle scoped enums.
H A DChangeLog-2014828 * typeck.c (cp_common_type): Check for all __intN types, not just
H A DChangeLog-20102745 * typeck.c (cp_common_type): Handle __int128.
H A DChangeLog-20213388 (cp_common_type): Use it for vector types.