Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c855 static cp_declarator *cp_error_declarator; variable
3010 if (!cp_error_declarator) in cp_parser_translation_unit()
7043 if (declarator == cp_error_declarator) in cp_parser_parse_foreach_stmt()
9959 if (declarator != cp_error_declarator) in cp_parser_explicit_instantiation()
11552 if (declarator == cp_error_declarator) in cp_parser_init_declarator()
11913 if (inner == cp_error_declarator) in cp_parser_declarator()
12172 declarator = cp_error_declarator; in cp_parser_direct_declarator()
12224 declarator = cp_error_declarator; in cp_parser_direct_declarator()
12265 declarator = cp_error_declarator; in cp_parser_direct_declarator()
12326 declarator = cp_error_declarator; in cp_parser_direct_declarator()
[all …]
H A DChangeLog-20044521 (cp_error_declarator): Likewise.
4567 * parser.c (cp_error_declarator): New variable.
H A DChangeLog2291 * cp-tree.h (cp_error_declarator): Remove.