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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c6222 enum tree_code wanted_code;
6387 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR);
6388 if (lcode != wanted_code)
6403 if (rcode != wanted_code)
6449 warning (0, "comparison is always %d", wanted_code == NE_EXPR);
6451 return constant_boolean_node (wanted_code == NE_EXPR, truth_type);
6463 warning (0, "comparison is always %d", wanted_code == NE_EXPR);
6465 return constant_boolean_node (wanted_code == NE_EXPR, truth_type);
6531 return build2_loc (loc, wanted_code, truth_type, lhs, rhs);
6590 return build2_loc (loc, wanted_code, truth_typ
6197 enum tree_code wanted_code; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc6303 enum tree_code wanted_code;
6468 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR);
6469 if (lcode != wanted_code)
6484 if (rcode != wanted_code)
6534 warning (0, "comparison is always %d", wanted_code == NE_EXPR);
6536 return constant_boolean_node (wanted_code == NE_EXPR, truth_type);
6550 warning (0, "comparison is always %d", wanted_code == NE_EXPR);
6552 return constant_boolean_node (wanted_code == NE_EXPR, truth_type);
6620 return build2_loc (loc, wanted_code, truth_type, lhs, rhs);
6681 return build2_loc (loc, wanted_code, truth_typ
[all...]

Completed in 332 milliseconds