Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c5674 int unsigned_arg; in cp_build_binary_op() local
5675 tree arg0 = get_narrower (op0, &unsigned_arg); in cp_build_binary_op()
5683 unsigned_arg = TYPE_UNSIGNED (TREE_TYPE (op0)); in cp_build_binary_op()
5692 && (!TYPE_UNSIGNED (final_type) || unsigned_arg)) in cp_build_binary_op()
5696 = c_common_signed_or_unsigned_type (unsigned_arg, in cp_build_binary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc6136 int unsigned_arg; in cp_build_binary_op() local
6137 tree arg0 = get_narrower (op0, &unsigned_arg); in cp_build_binary_op()
6145 unsigned_arg = TYPE_UNSIGNED (TREE_TYPE (op0)); in cp_build_binary_op()
6154 && (!TYPE_UNSIGNED (final_type) || unsigned_arg)) in cp_build_binary_op()
6158 = c_common_signed_or_unsigned_type (unsigned_arg, in cp_build_binary_op()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c12522 int unsigned_arg; in build_binary_op() local
12523 tree arg0 = get_narrower (op0, &unsigned_arg); in build_binary_op()
12528 unsigned_arg = TYPE_UNSIGNED (TREE_TYPE (op0)); in build_binary_op()
12536 && (!TYPE_UNSIGNED (final_type) || unsigned_arg)) in build_binary_op()
12540 = c_common_signed_or_unsigned_type (unsigned_arg, in build_binary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc12710 int unsigned_arg; in build_binary_op() local
12711 tree arg0 = get_narrower (op0, &unsigned_arg); in build_binary_op()
12716 unsigned_arg = TYPE_UNSIGNED (TREE_TYPE (op0)); in build_binary_op()
12724 && (!TYPE_UNSIGNED (final_type) || unsigned_arg)) in build_binary_op()
12728 = c_common_signed_or_unsigned_type (unsigned_arg, in build_binary_op()