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

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c5064 enum tree_code wanted_code;
5229 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR);
5230 if (lcode != wanted_code)
5245 if (rcode != wanted_code)
5298 warning (0, "comparison is always %d", wanted_code == NE_EXPR);
5300 return constant_boolean_node (wanted_code == NE_EXPR, truth_type);
5313 warning (0, "comparison is always %d", wanted_code == NE_EXPR);
5315 return constant_boolean_node (wanted_code == NE_EXPR, truth_type);
5374 return build2 (wanted_code, truth_type, lhs, rhs);
5425 return build2 (wanted_code, truth_typ
5033 enum tree_code wanted_code; local
[all...]

Completed in 53 milliseconds