Searched refs:DEF_ATTR_STRING (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dgenattrtab.c240 #define DEF_ATTR_STRING(S) (attr_string ((S), strlen (S))) macro
428 arg0 = DEF_ATTR_STRING (arg0);
556 return DEF_ATTR_STRING (str);
562 return attr_rtx (EQ_ATTR, DEF_ATTR_STRING (name), DEF_ATTR_STRING (value));
1187 XSTR (exp, 0) = DEF_ATTR_STRING (XSTR (exp, 0));
1250 XSTR (exp, 1) = DEF_ATTR_STRING (XSTR (exp, 1));
1251 XSTR (exp, 2) = DEF_ATTR_STRING (XSTR (exp, 2));
1255 XSTR (exp, 0) = DEF_ATTR_STRING (XSTR (exp, 0));
1256 XSTR (exp, 1) = DEF_ATTR_STRING (XST
[all...]

Completed in 109 milliseconds