Home
last modified time | relevance | path

Searched refs:cp_parser_std_attribute_spec_seq (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc2556 static tree cp_parser_std_attribute_spec_seq
11650 std_attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_lambda_declarator_opt()
12210 std_attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_statement()
14807 tree std_attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_declaration()
21864 tree attribs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_using_directive()
23168 attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_direct_declarator()
23330 attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_direct_declarator()
23405 attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_direct_declarator()
23713 attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_ptr_operator()
23754 attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_ptr_operator()
[all …]
H A DChangeLog-2012618 (cp_parser_std_attribute_spec_seq): Do not warn too early about
726 (cp_parser_std_attribute_spec, cp_parser_std_attribute_spec_seq)
H A DChangeLog-20163774 * parser.c (cp_parser_std_attribute_spec_seq): Don't assume
H A DChangeLog-20212018 cp_parser_std_attribute_spec_seq parsed any tokens.
H A DChangeLog-2018152 (cp_parser_std_attribute_spec_seq): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c2431 static tree cp_parser_std_attribute_spec_seq
11105 std_attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_lambda_declarator_opt()
11335 std_attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_statement()
21278 attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_direct_declarator()
21418 attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_direct_declarator()
21493 attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_direct_declarator()
21793 attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_ptr_operator()
21834 attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_ptr_operator()
26600 return cp_parser_std_attribute_spec_seq (parser); in cp_parser_attributes_opt()
27173 cp_parser_std_attribute_spec_seq (cp_parser *parser) in cp_parser_std_attribute_spec_seq() function