Home
last modified time | relevance | path

Searched refs:attr_args (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dattribs.cc1017 tree attr_args; in make_attribute() local
1022 attr_args = tree_cons (NULL_TREE, attr_arg_name, NULL_TREE); in make_attribute()
1023 attr = tree_cons (attr_name, attr_args, chain); in make_attribute()
DChangeLog-19984401 * tree.c (valid_machine_attribute): Mark parameters `attr_args',