Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c13607 tree *maybe_range_for_decl) in cp_parser_simple_declaration() argument
13615 if (maybe_range_for_decl) in cp_parser_simple_declaration()
13616 *maybe_range_for_decl = NULL_TREE; in cp_parser_simple_declaration()
13680 maybe_range_for_decl, in cp_parser_simple_declaration()
13688 else if (maybe_range_for_decl) in cp_parser_simple_declaration()
13690 if (*maybe_range_for_decl == NULL_TREE) in cp_parser_simple_declaration()
13691 *maybe_range_for_decl = error_mark_node; in cp_parser_simple_declaration()
13744 if (maybe_range_for_decl) in cp_parser_simple_declaration()
13746 *maybe_range_for_decl = error_mark_node; in cp_parser_simple_declaration()
13763 maybe_range_for_decl, in cp_parser_simple_declaration()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc15126 tree *maybe_range_for_decl) in cp_parser_simple_declaration() argument
15134 if (maybe_range_for_decl) in cp_parser_simple_declaration()
15135 *maybe_range_for_decl = NULL_TREE; in cp_parser_simple_declaration()
15205 maybe_range_for_decl, in cp_parser_simple_declaration()
15213 else if (maybe_range_for_decl) in cp_parser_simple_declaration()
15215 if (*maybe_range_for_decl == NULL_TREE) in cp_parser_simple_declaration()
15216 *maybe_range_for_decl = error_mark_node; in cp_parser_simple_declaration()
15269 if (maybe_range_for_decl) in cp_parser_simple_declaration()
15271 *maybe_range_for_decl = error_mark_node; in cp_parser_simple_declaration()
15288 maybe_range_for_decl, in cp_parser_simple_declaration()
[all …]
H A DChangeLog-20183462 if *maybe_range_for_decl is NULL after parsing it, set it to