Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c3435 int unsigned_op2 = TREE_UNSIGNED (TREE_TYPE (orig_op2)); local
3437 if (unsigned_op1 ^ unsigned_op2)
3447 else if ((unsigned_op2 && c_tree_expr_nonnegative_p (op1))
/openbsd-src/gnu/gcc/gcc/
H A Dc-typeck.c3318 int unsigned_op2 = TYPE_UNSIGNED (TREE_TYPE (orig_op2)); in build_conditional_expr() local
3320 if (unsigned_op1 ^ unsigned_op2) in build_conditional_expr()
3332 else if ((unsigned_op2 in build_conditional_expr()