Home
last modified time | relevance | path

Searched refs:strcmp_check (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dgenattrtab.c100 #define strcmp_check(S1, S2) ((S1) == (S2) \
104 #define strcmp_check(S1, S2) ((S1) != (S2)) macro
1426 if (! strcmp_check (XSTR (XEXP (XVECEXP (id->def, id->vec_idx, i), 0), 0), in fill_attr()
1929 if (! strcmp_check (XSTR (value, 0), XSTR (exp, 1))) in evaluate_eq_attr()
2110 if (! strcmp_check (XSTR (exp, 1), XSTR (*pterm, 1))) in simplify_and_tree()
2122 if (! strcmp_check (XSTR (*pterm, 1), XSTR (XEXP (exp, 0), 1))) in simplify_and_tree()
2134 if (! strcmp_check (XSTR (exp, 1), XSTR (XEXP (*pterm, 0), 1))) in simplify_and_tree()
2254 if (!strcmp_check (XSTR (x, 0), alternative_name)) in attr_rtx_cost()
2954 if (! strcmp_check (attr->name, length_str) && ! attr->is_numeric) in gen_attr()
3602 else if (strcmp_check (XSTR (exp, 0), length_str) == 0) in walk_attr_value()
H A DChangeLog-20032410 * genattrtab.c (strcmp_check, DEF_ATTR_STRING): New macros.
2426 strcmp_check.
H A DChangeLog-200413870 * genattrtab.c (strcmp_check): Use gcc_assert and gcc_unreachable.