Searched refs:strcmp_check (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genattrtab.cc | 98 #define strcmp_check(S1, S2) ((S1) == (S2) \ 102 #define strcmp_check(S1, S2) ((S1) != (S2)) macro 1385 if (! strcmp_check (XSTR (XEXP (XVECEXP (id->def, id->vec_idx, i), 0), 0), in fill_attr() 1613 if (!strcmp_check (XSTR (x, 0), alternative_name)) in attr_rtx_cost() 1969 if (! strcmp_check (XSTR (value, 0), XSTR (exp, 1))) in evaluate_eq_attr() 2146 if (! strcmp_check (XSTR (exp, 1), XSTR (*pterm, 1))) in simplify_and_tree() 2158 if (! strcmp_check (XSTR (*pterm, 1), XSTR (XEXP (exp, 0), 1))) in simplify_and_tree() 2170 if (! strcmp_check (XSTR (exp, 1), XSTR (XEXP (*pterm, 0), 1))) in simplify_and_tree() 3114 if (! strcmp_check (attr->name, length_str) && ! attr->is_numeric) in gen_attr() 4005 else if (strcmp_check (XSTR (exp, 0), length_str) == 0) in walk_attr_value()
|
H A D | ChangeLog-2003 | 2410 * genattrtab.c (strcmp_check, DEF_ATTR_STRING): New macros. 2426 strcmp_check.
|
H A D | ChangeLog-2004 | 13870 * genattrtab.c (strcmp_check): Use gcc_assert and gcc_unreachable.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genattrtab.c | 98 #define strcmp_check(S1, S2) ((S1) == (S2) \ 102 #define strcmp_check(S1, S2) ((S1) != (S2)) macro 1385 if (! strcmp_check (XSTR (XEXP (XVECEXP (id->def, id->vec_idx, i), 0), 0), in fill_attr() 1613 if (!strcmp_check (XSTR (x, 0), alternative_name)) in attr_rtx_cost() 1969 if (! strcmp_check (XSTR (value, 0), XSTR (exp, 1))) in evaluate_eq_attr() 2146 if (! strcmp_check (XSTR (exp, 1), XSTR (*pterm, 1))) in simplify_and_tree() 2158 if (! strcmp_check (XSTR (*pterm, 1), XSTR (XEXP (exp, 0), 1))) in simplify_and_tree() 2170 if (! strcmp_check (XSTR (exp, 1), XSTR (XEXP (*pterm, 0), 1))) in simplify_and_tree() 3115 if (! strcmp_check (attr->name, length_str) && ! attr->is_numeric) in gen_attr() 4006 else if (strcmp_check (XSTR (exp, 0), length_str) == 0) in walk_attr_value()
|