Searched refs:cp_error_declarator (Results 1 – 7 of 7) sorted by relevance
1437 static cp_declarator *cp_error_declarator; variable3954 if (code == ERROR_MARK || target == cp_error_declarator) in cp_parser_make_indirect_declarator()3955 return cp_error_declarator; in cp_parser_make_indirect_declarator()4694 gcc_checking_assert (!cp_error_declarator); in cp_parser_translation_unit()4699 cp_error_declarator = make_declarator (cdk_error); in cp_parser_translation_unit()12205 if (declarator == cp_error_declarator in cp_parser_check_condition_declarator()12209 if (declarator == cp_error_declarator) in cp_parser_check_condition_declarator()17524 if (declarator != cp_error_declarator) in cp_parser_explicit_instantiation()20605 if (declarator == cp_error_declarator) in cp_parser_init_declarator()21100 if (gnu_attributes && declarator && declarator != cp_error_declarator) in cp_parser_declarator()[all …]
1535 static cp_declarator *cp_error_declarator; variable4178 if (code == ERROR_MARK || target == cp_error_declarator) in cp_parser_make_indirect_declarator()4179 return cp_error_declarator; in cp_parser_make_indirect_declarator()4910 gcc_checking_assert (!cp_error_declarator); in cp_parser_translation_unit()4915 cp_error_declarator = make_declarator (cdk_error); in cp_parser_translation_unit()13285 if (declarator == cp_error_declarator in cp_parser_check_condition_declarator()13289 if (declarator == cp_error_declarator) in cp_parser_check_condition_declarator()19129 if (declarator != cp_error_declarator) in cp_parser_explicit_instantiation()22495 if (declarator == cp_error_declarator) in cp_parser_init_declarator()22982 if (gnu_attributes && declarator && declarator != cp_error_declarator) in cp_parser_declarator()[all …]
2673 cp_error_declarator.4137 cp_error_declarator.
4521 (cp_error_declarator): Likewise.4567 * parser.c (cp_error_declarator): New variable.
2202 * cp-tree.h (cp_error_declarator): Remove.
1709 the code argument is ERROR_MARK return cp_error_declarator.
3256 cp_error_declarator on invalid qualified-id.