Searched refs:cp_common_type (Results 1 – 8 of 8) sorted by relevance
262 cp_common_type (tree t1, tree t2) in cp_common_type() function447 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()
373 * typeck.c (cp_common_type): New. The same as376 call cp_common_type.383 Use cp_common_type instead of common_type.
281 cp_common_type (tree t1, tree t2) in cp_common_type() function466 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()
2875 * typeck.cc (cp_common_type): Likewise.
2388 (cp_common_type): Handle scoped enums.
828 * typeck.c (cp_common_type): Check for all __intN types, not just
2745 * typeck.c (cp_common_type): Handle __int128.
3388 (cp_common_type): Use it for vector types.