/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2008 | 935 * parser.c (cp_parser_template_id): Likewise. 1363 * parser.c (cp_parser_template_id, cp_parser_namespace_definition, 1457 cp_parser_type_parameter, cp_parser_template_id, 2042 (cp_parser_template_id): Likewise. 2552 * parser.c (cp_parser_template_id): Likewise.
|
H A D | ChangeLog-2015 | 223 (cp_parser_template_id, cp_parser_decltype_expr): Use it. 230 (cp_parser_template_id): Use it. 366 (cp_parser_template_id): When converting a token to 1999 (cp_parser_template_id): Handle partial concept id. 2355 * parser.c (cp_parser_template_id): SET_EXPR_LOCATION.
|
H A D | ChangeLog-2004 | 262 (cp_parser_simple_declaration, cp_parser_template_id): Likewise. 305 * parser.c (cp_parser_template_id): Don't create a CPP_TEMPLATE_ID 1088 (cp_parser_template_id, cp_parser_template_name): Likewise. 1520 cp_parser_type_parameter, cp_parser_template_id, 2008 (cp_parser_nested_name_specifier_opt, cp_parser_template_id): 2559 cp_parser_translation_unit, cp_parser_template_id, 6407 * parser.c (cp_parser_template_id): Parse tentatively `[:' after a
|
H A D | ChangeLog-2014 | 1530 specially cp_parser_template_id returning a BASELINK. 1624 * parser.c (cp_parser_template_id): Build a TEMPLATE_ID_EXPR for 2525 (cp_parser_template_id): Likewise. 3233 * parser.c (cp_parser_template_id): Don't set up a CPP_TEMPLATE_ID
|
H A D | ChangeLog-2012 | 900 * parser.c (cp_parser_template_id): In C++11 mode simply accept 1610 * parser.c (cp_parser_template_id): Add tag_type parm. 1958 cp_parser_template_id, cp_parser_omp_for_loop): Likewise.
|
H A D | ChangeLog-2006 | 90 (cp_parser_template_id): Likewise. 343 * parser.c (cp_parser_template_id, 1675 (cp_parser_template_id): Refine heuristic for determining whether
|
H A D | ChangeLog-2018 | 268 * parser.c (cp_parser_template_id): Rearrange deferred access 1098 (cp_parser_template_id): Give errors if parsing the template argument 2206 * parser.c (cp_parser_template_id): Combine entering_scope decl & 2422 (cp_parser_template_id): Not here ... 3598 * parser.c (cp_parser_template_id): Likewise.
|
H A D | ChangeLog-2003 | 532 (cp_parser_template_id): Likewise. 535 cp_parser_nested_name_specifier_op, cp_parser_template_id, 644 (cp_parser_template_id): Use it. 6445 (cp_parser_template_id): Likewise. 6548 (cp_parser_template_id): Avoid performing name-lookup when
|
H A D | parser.cc | 2488 static tree cp_parser_template_id 8583 cp_parser_template_id (parser, in cp_parser_pseudo_destructor_name() 18150 cp_parser_template_id (cp_parser *parser, in cp_parser_template_id() function 18417 tree x = cp_parser_template_id (parser, template_keyword_p, check_dependency_p, in cp_parser_template_id_expr() 19777 type = cp_parser_template_id (parser, in cp_parser_simple_type_specifier() 19807 type = cp_parser_template_id (parser, in cp_parser_simple_type_specifier() 19844 type = cp_parser_template_id (parser, in cp_parser_simple_type_specifier() 20157 type_decl = cp_parser_template_id (parser, in cp_parser_type_name() 20400 decl = cp_parser_template_id (parser, template_p, in cp_parser_elaborated_type_specifier() 25713 decl = cp_parser_template_id (parser, template_keyword_p, in cp_parser_class_name() [all …]
|
H A D | ChangeLog-2005 | 3234 * parser.c (cp_parser_template_id): Revert comment patch too. 3239 * parser.c (cp_parser_template_id): Revert 2004-12-09's patch.
|
H A D | ChangeLog-2013 | 3698 * parser.c (cp_parser_template_id): Don't forget access checks. 4255 * parser.c (cp_parser_template_id): Revert core of previous change
|
H A D | ChangeLog-2019 | 1403 (cp_parser_template_id): Set tree_check_p. 2063 (cp_parser_template_id): Don't try to resolve a concept template-id yet. 4002 * parser.c (cp_parser_template_id): Likewise.
|
H A D | ChangeLog-2017 | 2693 * parser.c (cp_parser_template_id): Use the range location on the 3640 * parser.c (cp_parser_template_id): Keep the lookup when stashing
|
H A D | ChangeLog-2009 | 268 (cp_parser_template_id, cp_parser_explicit_instantiation,
|
H A D | ChangeLog-2010 | 2385 (cp_parser_template_id): Likewise.
|
H A D | ChangeLog-2016 | 2624 * parser.c (cp_parser_template_id): Don't call cp_lexer_peek_nth_token
|
H A D | ChangeLog-2011 | 801 (cp_parser_template_id): Handle specializations of alias
|
H A D | ChangeLog-2021 | 1261 (cp_parser_template_id): Handle TYPENAME_TYPE.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 2363 static tree cp_parser_template_id 8123 cp_parser_template_id (parser, in cp_parser_pseudo_destructor_name() 16572 cp_parser_template_id (cp_parser *parser, in cp_parser_template_id() function 16829 tree x = cp_parser_template_id (parser, template_keyword_p, check_dependency_p, in cp_parser_template_id_expr() 18171 type = cp_parser_template_id (parser, in cp_parser_simple_type_specifier() 18201 type = cp_parser_template_id (parser, in cp_parser_simple_type_specifier() 18238 type = cp_parser_template_id (parser, in cp_parser_simple_type_specifier() 18539 type_decl = cp_parser_template_id (parser, in cp_parser_type_name() 18782 decl = cp_parser_template_id (parser, template_p, in cp_parser_elaborated_type_specifier() 23741 decl = cp_parser_template_id (parser, template_keyword_p, in cp_parser_class_name() [all …]
|