Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Dtypeck.c3553 int unsigned_arg; in build_binary_op() local
3554 tree arg0 = get_narrower (op0, &unsigned_arg); in build_binary_op()
3559 unsigned_arg = TYPE_UNSIGNED (TREE_TYPE (op0)); in build_binary_op()
3573 || unsigned_arg in build_binary_op()
3579 = c_common_signed_or_unsigned_type (unsigned_arg, in build_binary_op()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c3485 int unsigned_arg; local
3486 tree arg0 = get_narrower (op0, &unsigned_arg);
3491 unsigned_arg = TREE_UNSIGNED (TREE_TYPE (op0));
3505 || unsigned_arg
3511 = c_common_signed_or_unsigned_type (unsigned_arg,
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c2394 int unsigned_arg; local
2395 tree arg0 = get_narrower (op0, &unsigned_arg);
2400 unsigned_arg = TREE_UNSIGNED (TREE_TYPE (op0));
2407 && (!TREE_UNSIGNED (final_type) || unsigned_arg))
2411 = c_common_signed_or_unsigned_type (unsigned_arg,
/openbsd/gnu/gcc/gcc/
H A Dc-typeck.c8328 int unsigned_arg; in build_binary_op() local
8329 tree arg0 = get_narrower (op0, &unsigned_arg); in build_binary_op()
8334 unsigned_arg = TYPE_UNSIGNED (TREE_TYPE (op0)); in build_binary_op()
8341 && (!TYPE_UNSIGNED (final_type) || unsigned_arg)) in build_binary_op()
8345 = c_common_signed_or_unsigned_type (unsigned_arg, in build_binary_op()