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

/freebsd-9.3-release/contrib/gcc/
H A Dattribs.c276 tree old_attrs;
280 old_attrs = DECL_ATTRIBUTES (*anode);
282 old_attrs = TYPE_ATTRIBUTES (*anode);
284 for (a = lookup_attribute (spec->name, old_attrs);
296 DECL_ATTRIBUTES (*anode) = tree_cons (name, args, old_attrs);
299 TYPE_ATTRIBUTES (*anode) = tree_cons (name, args, old_attrs);
308 if (TYPE_ATTRIBUTES (variant) == old_attrs)
321 old_attrs));
275 tree old_attrs; local

Completed in 104 milliseconds