Home
last modified time | relevance | path

Searched refs:cp_parser_skip_std_attribute_spec_seq (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc2558 static size_t cp_parser_skip_std_attribute_spec_seq
14802 cp_parser_skip_std_attribute_spec_seq (parser, in cp_parser_declaration()
15088 else if ((attr_idx = cp_parser_skip_std_attribute_spec_seq (parser, 1)) != 1 in cp_parser_block_declaration()
29431 cp_parser_skip_std_attribute_spec_seq (cp_parser *parser, size_t n) in cp_parser_skip_std_attribute_spec_seq() function
29468 return cp_parser_skip_std_attribute_spec_seq (parser, n); in cp_parser_skip_attributes_opt()
H A DChangeLog-20212023 * parser.c (cp_parser_skip_std_attribute_spec_seq): Add a forward
H A DChangeLog-20184458 cp_parser_skip_std_attribute_spec_seq, cp_parser_skip_attributes_opt):
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c27272 cp_parser_skip_std_attribute_spec_seq (cp_parser *parser, size_t n) in cp_parser_skip_std_attribute_spec_seq() function
27309 return cp_parser_skip_std_attribute_spec_seq (parser, n); in cp_parser_skip_attributes_opt()