Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c4539 c_parser_attribute_arguments (c_parser *parser, bool takes_identifier, in c_parser_attribute_arguments() function
4676 = c_parser_attribute_arguments (parser,
4922 = c_parser_attribute_arguments (parser, takes_identifier, in c_parser_std_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc4576 c_parser_attribute_arguments (c_parser *parser, bool takes_identifier, in c_parser_attribute_arguments() function
4713 = c_parser_attribute_arguments (parser, in c_parser_gnu_attribute()
4962 = c_parser_attribute_arguments (parser, takes_identifier, in c_parser_std_attribute()
H A DChangeLog1718 * c-parser.c (c_parser_attribute_arguments): Add arguments
1845 * c-parser.c (c_parser_attribute_arguments): New function.
1847 (c_parser_gnu_attribute): Use c_parser_attribute_arguments.