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

/freebsd-9.3-release/contrib/gcc/
H A Dgenattrtab.c100 #define strcmp_check(S1, S2) ((S1) == (S2) \
104 #define strcmp_check(S1, S2) ((S1) != (S2)) macro
1425 if (! strcmp_check (XSTR (XEXP (XVECEXP (id->def, id->vec_idx, i), 0), 0),
1928 if (! strcmp_check (XSTR (value, 0), XSTR (exp, 1)))
2109 if (! strcmp_check (XSTR (exp, 1), XSTR (*pterm, 1)))
2121 if (! strcmp_check (XSTR (*pterm, 1), XSTR (XEXP (exp, 0), 1)))
2133 if (! strcmp_check (XSTR (exp, 1), XSTR (XEXP (*pterm, 0), 1)))
2253 if (!strcmp_check (XSTR (x, 0), alternative_name))
2953 if (! strcmp_check (attr->name, length_str) && ! attr->is_numeric)
3601 else if (strcmp_check (XST
[all...]

Completed in 54 milliseconds