Searched refs:this_cond (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgenattrtab.c2075 rtx this_cond = simplify_test_exp_in_temp (XVECEXP (value, 0, i), local
2078 right = insert_right_side (AND, andexp, this_cond,
2090 newexp = attr_rtx (NOT, this_cond);
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dstatements.cc3396 Expression* this_cond = Expression::make_binary(OPERATOR_EQEQ, ref, local
3399 cond = this_cond;
3401 cond = Expression::make_binary(OPERATOR_OROR, cond, this_cond, loc);

Completed in 533 milliseconds