Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c2413 static bool cp_next_tokens_can_be_std_attribute_p
7292 if (cp_next_tokens_can_be_std_attribute_p (parser)) in cp_parser_postfix_expression()
19675 if (cp_next_tokens_can_be_std_attribute_p (parser)) in cp_parser_namespace_definition()
23940 if (cp_next_tokens_can_be_std_attribute_p (parser)) in cp_parser_class_specifier_1()
25165 if (cp_next_tokens_can_be_std_attribute_p (parser)) in cp_parser_member_declaration()
26541 cp_next_tokens_can_be_std_attribute_p (cp_parser *parser) in cp_next_tokens_can_be_std_attribute_p() function
26579 || cp_next_tokens_can_be_std_attribute_p (parser)); in cp_next_tokens_can_be_attribute_p()
28821 && !cp_next_tokens_can_be_std_attribute_p (parser)) in cp_parser_constructor_declarator_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc2538 static bool cp_next_tokens_can_be_std_attribute_p
7683 if (cp_next_tokens_can_be_std_attribute_p (parser)) in cp_parser_postfix_expression()
21317 if (cp_next_tokens_can_be_std_attribute_p (parser)) in cp_parser_namespace_definition()
25928 if (cp_next_tokens_can_be_std_attribute_p (parser)) in cp_parser_class_specifier_1()
27203 if (cp_next_tokens_can_be_std_attribute_p (parser)) in cp_parser_member_declaration()
28572 cp_next_tokens_can_be_std_attribute_p (cp_parser *parser) in cp_next_tokens_can_be_std_attribute_p() function
28610 || cp_next_tokens_can_be_std_attribute_p (parser)); in cp_next_tokens_can_be_attribute_p()
31038 && !cp_next_tokens_can_be_std_attribute_p (parser)) in cp_parser_constructor_declarator_p()
H A DChangeLog-2012721 (cp_next_tokens_can_be_std_attribute_p)