Searched refs:wanted_code (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | fold-const.c | 6197 enum tree_code wanted_code; in fold_truth_andor_1() local 6362 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1() 6363 if (lcode != wanted_code) in fold_truth_andor_1() 6378 if (rcode != wanted_code) in fold_truth_andor_1() 6424 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1() 6426 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1() 6438 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1() 6440 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1() 6506 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1() 6565 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | fold-const.cc | 6280 enum tree_code wanted_code; in fold_truth_andor_1() local 6445 wanted_code = (code == TRUTH_AND_EXPR ? EQ_EXPR : NE_EXPR); in fold_truth_andor_1() 6446 if (lcode != wanted_code) in fold_truth_andor_1() 6461 if (rcode != wanted_code) in fold_truth_andor_1() 6511 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1() 6513 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1() 6527 warning (0, "comparison is always %d", wanted_code == NE_EXPR); in fold_truth_andor_1() 6529 return constant_boolean_node (wanted_code == NE_EXPR, truth_type); in fold_truth_andor_1() 6597 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1() 6658 return build2_loc (loc, wanted_code, truth_type, lhs, rhs); in fold_truth_andor_1() [all …]
|