Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDc-typeck.c4145 bool int_const, op1_int_operands, op2_int_operands, int_operands; in build_conditional_expr() local
4152 op2_int_operands = EXPR_INT_CONST_OPERANDS (orig_op2); in build_conditional_expr()
4153 if (op2_int_operands) in build_conditional_expr()
4407 op2_int_operands = true; in build_conditional_expr()
4417 && op2_int_operands); in build_conditional_expr()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-typeck.c4915 bool int_const, op1_int_operands, op2_int_operands, int_operands; in build_conditional_expr() local
4922 op2_int_operands = EXPR_INT_CONST_OPERANDS (orig_op2); in build_conditional_expr()
4923 if (op2_int_operands) in build_conditional_expr()
5235 op2_int_operands = true; in build_conditional_expr()
5245 && op2_int_operands); in build_conditional_expr()