Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20201205 * parser.c (cp_parser_check_std_attribute): Return bool. Add a
1209 the list. Pass location to cp_parser_check_std_attribute.
H A DChangeLog-20152482 * parser.c (cp_parser_check_std_attribute): New.
H A DChangeLog-20161184 (cp_parser_check_std_attribute): Add %< %> quotes.
H A DChangeLog-20191513 * parser.c (cp_parser_check_std_attribute): Add requirement
H A Dparser.cc29126 cp_parser_check_std_attribute (location_t loc, tree attributes, tree attribute) in cp_parser_check_std_attribute() function
29167 if (cp_parser_check_std_attribute (loc, attributes, attribute)) in cp_parser_std_attribute_list()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c26968 cp_parser_check_std_attribute (tree attributes, tree attribute) in cp_parser_check_std_attribute() function
27010 cp_parser_check_std_attribute (attributes, attribute); in cp_parser_std_attribute_list()