Home
last modified time | relevance | path

Searched refs:orig_op2 (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dtypeck.c4643 tree orig_op2 = op2; in build_x_conditional_expr() local
4665 orig_ifexp, orig_op1, orig_op2); in build_x_conditional_expr()
4695 tree orig_op2 = op2; in build_x_compound_expr() local
4712 return build_min_non_dep (COMPOUND_EXPR, result, orig_op1, orig_op2); in build_x_compound_expr()
/openbsd/src/gnu/gcc/gcc/
Dc-typeck.c3267 tree orig_op1 = op1, orig_op2 = op2; in build_conditional_expr() local
3318 int unsigned_op2 = TYPE_UNSIGNED (TREE_TYPE (orig_op2)); in build_conditional_expr()
3354 else if (null_pointer_constant_p (orig_op2)) in build_conditional_expr()
3380 if (!null_pointer_constant_p (orig_op2)) in build_conditional_expr()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-typeck.c3372 tree orig_op1 = op1, orig_op2 = op2; local
3435 int unsigned_op2 = TREE_UNSIGNED (TREE_TYPE (orig_op2));
3469 && TREE_CODE (orig_op2) != NOP_EXPR)