Lines Matching defs:attribute
115 attribute_list_add(attribute_list *list, attribute attr)
118 attribute *old_attrs = list->attrs;
121 list->cap * sizeof(*list->attrs), "attribute[]");
136 static attribute
140 attribute attr = { .name = xstrdup(name->sb_name) };
183 attribute y_attribute;
448 %type <y_attribute> attribute
1695 yyerror("Bad attribute");
1704 yyerror("Bad attribute");
1984 | attribute {
1989 | attribute_list T_COMMA attribute {
1996 attribute:
2011 /* The rule 'attribute_token' is inlined into 'attribute'. */
2509 /* https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html */
2580 yyerror("Bad attribute");