Searched refs:cp_parser_range_for (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2011 | 634 * parser.c (cp_parser_range_for): check_for_bare_parameter_packs. 1442 * parser.c (cp_parser_range_for): Don't try to deduce from {} 2055 * parser.c (cp_parser_range_for): Only do auto deduction in 2089 (cp_parser_range_for): Use it. 4926 * parser.c (cp_parser_range_for): Remove the "unused variable" warning 4964 (cp_parser_range_for): Likewise. Most parsing code removed. 4966 cp_parser_c_for and cp_parser_range_for.
|
H A D | ChangeLog-2013 | 678 cp_parser_range_for, cp_convert_range_for): Update calls. 2392 * parser.c (cp_parser_range_for): Revert PR56794 changes. 2674 * parser.c (cp_parser_range_for): Call complete_type. 3149 * parser.c (cp_parser_range_for): Don't try to do auto deduction
|
H A D | ChangeLog-2016 | 263 * parser.c (cp_parser_range_for): Use safe_push instead of quick_push. 414 (cp_parser_range_for, cp_convert_range_for): Handle decomposition. 2062 * parser.c (cp_parser_range_for): Modify IDENTIFIER_BINDING directly.
|
H A D | ChangeLog-2010 | 67 (cp_parser_range_for): Likewise. 1529 (cp_parser_range_for): New.
|
H A D | ChangeLog-2018 | 911 cp_parser_range_for. 912 (cp_parser_range_for): Add IS_OMP argument, return before finalizing
|
H A D | ChangeLog-2017 | 17 cp_parser_range_for and cp_parser_c_for. 20 (cp_parser_range_for): Add unroll parameter, set in on RANGE_FOR_STMT
|
H A D | ChangeLog-2014 | 1439 cp_parser_condition, cp_parser_c_for, cp_parser_range_for,
|
H A D | parser.cc | 2250 static tree cp_parser_range_for 13476 return cp_parser_range_for (parser, scope, init, decl, ivdep, unroll, in cp_parser_for() 13534 cp_parser_range_for (cp_parser *parser, tree scope, tree init, tree range_decl, in cp_parser_range_for() function 42549 init = cp_parser_range_for (parser, NULL_TREE, NULL_TREE, decl, in cp_parser_omp_for_loop()
|
H A D | ChangeLog-2015 | 1607 * parser.c (cp_parser_range_for): Use it, get the range
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 2149 static tree cp_parser_range_for 12378 return cp_parser_range_for (parser, scope, init, decl, ivdep, unroll, in cp_parser_for() 12436 cp_parser_range_for (cp_parser *parser, tree scope, tree init, tree range_decl, in cp_parser_range_for() function 39105 init = cp_parser_range_for (parser, NULL_TREE, NULL_TREE, decl, in cp_parser_omp_for_loop()
|