Home
last modified time | relevance | path

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

/trueos/contrib/gcc/cp/
HDtypeck.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()
/trueos/contrib/gcc/
HDc-typeck.c8760 int unsigned_arg; in build_binary_op() local
8761 tree arg0 = get_narrower (op0, &unsigned_arg); in build_binary_op()
8766 unsigned_arg = TYPE_UNSIGNED (TREE_TYPE (op0)); in build_binary_op()
8773 && (!TYPE_UNSIGNED (final_type) || unsigned_arg)) in build_binary_op()
8777 = c_common_signed_or_unsigned_type (unsigned_arg, in build_binary_op()