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

/freebsd-11-stable/contrib/gcc/
H A Dattribs.c277 tree old_attrs;
281 old_attrs = DECL_ATTRIBUTES (*anode);
283 old_attrs = TYPE_ATTRIBUTES (*anode);
285 for (a = lookup_attribute (spec->name, old_attrs);
297 DECL_ATTRIBUTES (*anode) = tree_cons (name, args, old_attrs);
300 TYPE_ATTRIBUTES (*anode) = tree_cons (name, args, old_attrs);
309 if (TYPE_ATTRIBUTES (variant) == old_attrs)
322 old_attrs));
276 tree old_attrs; local

Completed in 96 milliseconds