Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-typeck.c4455 bool expr1_int_operands, expr2_int_operands; in build_compound_expr() local
4459 expr1_int_operands = EXPR_INT_CONST_OPERANDS (expr1); in build_compound_expr()
4460 if (expr1_int_operands) in build_compound_expr()
4507 && expr1_int_operands in build_compound_expr()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c5306 bool expr1_int_operands, expr2_int_operands; in build_compound_expr() local
5310 expr1_int_operands = EXPR_INT_CONST_OPERANDS (expr1); in build_compound_expr()
5311 if (expr1_int_operands) in build_compound_expr()
5375 && expr1_int_operands in build_compound_expr()