Home | History | Annotate | Download | only in d

Lines Matching refs:attribs

1 /* d-attribs.c -- D attributes handling.
40 #include "attribs.h"
241 tree attribs = merge_attributes (TYPE_ATTRIBUTES (type),
244 return build_type_attribute_variant (type, attribs);
257 tree attribs = merge_attributes (DECL_ATTRIBUTES (decl),
260 return build_decl_attribute_variant (decl, attribs);
309 tree attribs = NULL_TREE;
404 attribs = chainon (attribs, list);
407 return attribs;