Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c3680 int unsigned_arg; in build_binary_op() local
3681 tree arg0 = get_narrower (op0, &unsigned_arg); in build_binary_op()
3686 unsigned_arg = TYPE_UNSIGNED (TREE_TYPE (op0)); in build_binary_op()
3700 || unsigned_arg in build_binary_op()
3706 = c_common_signed_or_unsigned_type (unsigned_arg, in build_binary_op()
/freebsd-12.1/contrib/gcc/
H A Dc-typeck.c8781 int unsigned_arg; in build_binary_op() local
8782 tree arg0 = get_narrower (op0, &unsigned_arg); in build_binary_op()
8787 unsigned_arg = TYPE_UNSIGNED (TREE_TYPE (op0)); in build_binary_op()
8794 && (!TYPE_UNSIGNED (final_type) || unsigned_arg)) in build_binary_op()
8798 = c_common_signed_or_unsigned_type (unsigned_arg, in build_binary_op()