Home
last modified time | relevance | path

Searched refs:insert_attributes (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtarget.h239 void (* insert_attributes) PARAMS ((tree decl, tree *attributes)); member
H A Dattribs.c152 (*targetm.insert_attributes) (*node, &attributes);
H A DChangeLog.618332 * target.h (struct gcc_target): Add insert_attributes.
18341 * c-common.c (decl_attributes): Use targetm.insert_attributes.
/openbsd/gnu/gcc/gcc/
H A Dattribs.c145 targetm.insert_attributes (*node, &attributes); in decl_attributes()
H A Dtarget.h412 void (* insert_attributes) (tree decl, tree *attributes); member