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

/freebsd-11.0-release/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),
1929 if (! strcmp_check (XSTR (value, 0), XSTR (exp, 1)))
2110 if (! strcmp_check (XSTR (exp, 1), XSTR (*pterm, 1)))
2122 if (! strcmp_check (XSTR (*pterm, 1), XSTR (XEXP (exp, 0), 1)))
2134 if (! strcmp_check (XSTR (exp, 1), XSTR (XEXP (*pterm, 0), 1)))
2254 if (!strcmp_check (XSTR (x, 0), alternative_name))
2954 if (! strcmp_check (attr->name, length_str) && ! attr->is_numeric)
3602 else if (strcmp_check (XST
[all...]

Completed in 103 milliseconds