Home
last modified time | relevance | path

Searched refs:cp_error_declarator (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c1437 static cp_declarator *cp_error_declarator; variable
3954 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc1535 static cp_declarator *cp_error_declarator; variable
4178 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 …]
H A DChangeLog-20182673 cp_error_declarator.
4137 cp_error_declarator.
H A DChangeLog-20044521 (cp_error_declarator): Likewise.
4567 * parser.c (cp_error_declarator): New variable.
H A DChangeLog-20062202 * cp-tree.h (cp_error_declarator): Remove.
H A DChangeLog-20071709 the code argument is ERROR_MARK return cp_error_declarator.
H A DChangeLog-20143256 cp_error_declarator on invalid qualified-id.