Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dparser.c853 static cp_declarator *cp_error_declarator; variable
2834 if (!cp_error_declarator) in cp_parser_translation_unit()
2838 cp_error_declarator = make_declarator (cdk_error); in cp_parser_translation_unit()
9541 if (declarator != cp_error_declarator) in cp_parser_explicit_instantiation()
11129 if (declarator == cp_error_declarator) in cp_parser_init_declarator()
11488 if (attributes && declarator && declarator != cp_error_declarator) in cp_parser_declarator()
11671 declarator = cp_error_declarator; in cp_parser_direct_declarator()
11672 if (declarator == cp_error_declarator) in cp_parser_direct_declarator()
11723 declarator = cp_error_declarator; in cp_parser_direct_declarator()
11761 declarator = cp_error_declarator; in cp_parser_direct_declarator()
[all …]
DChangeLog-20044521 (cp_error_declarator): Likewise.
4567 * parser.c (cp_error_declarator): New variable.
DChangeLog2222 * cp-tree.h (cp_error_declarator): Remove.