Home
last modified time | relevance | path

Searched refs:attr_spec (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c27184 tree attr_spec = cp_parser_std_attribute_spec (parser); in cp_parser_std_attribute_spec_seq() local
27185 if (attr_spec == NULL_TREE) in cp_parser_std_attribute_spec_seq()
27187 if (attr_spec == error_mark_node) in cp_parser_std_attribute_spec_seq()
27191 TREE_CHAIN (attr_last) = attr_spec; in cp_parser_std_attribute_spec_seq()
27193 attr_specs = attr_last = attr_spec; in cp_parser_std_attribute_spec_seq()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc29343 tree attr_spec = cp_parser_std_attribute_spec (parser); in cp_parser_std_attribute_spec_seq() local
29344 if (attr_spec == NULL_TREE) in cp_parser_std_attribute_spec_seq()
29346 if (attr_spec == error_mark_node) in cp_parser_std_attribute_spec_seq()
29350 TREE_CHAIN (attr_last) = attr_spec; in cp_parser_std_attribute_spec_seq()
29352 attr_specs = attr_last = attr_spec; in cp_parser_std_attribute_spec_seq()
H A DChangeLog-20163775 attr_spec is always single element chain, chain all the attributes