Searched refs:cp_parser_c_for (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2011 | 4963 (cp_parser_c_for): Add three new parameters. 4966 cp_parser_c_for and cp_parser_range_for.
|
H A D | ChangeLog-2017 | 17 cp_parser_range_for and cp_parser_c_for. 18 (cp_parser_c_for): Add unroll parameter and pass it in call to
|
H A D | ChangeLog-2014 | 1439 cp_parser_condition, cp_parser_c_for, cp_parser_range_for,
|
H A D | ChangeLog-2013 | 723 cp_parser_for, cp_parser_c_for, cp_parser_pragma): Handle
|
H A D | ChangeLog-2010 | 1527 * parser.c (cp_parser_c_for): New with code from
|
H A D | ChangeLog-2016 | 969 (cp_parser_c_for): Likewise.
|
H A D | parser.cc | 2248 static tree cp_parser_c_for 13479 return cp_parser_c_for (parser, scope, init, ivdep, unroll); in cp_parser_for() 13483 cp_parser_c_for (cp_parser *parser, tree scope, tree init, bool ivdep, in cp_parser_c_for() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 2147 static tree cp_parser_c_for 12381 return cp_parser_c_for (parser, scope, init, ivdep, unroll); in cp_parser_for() 12385 cp_parser_c_for (cp_parser *parser, tree scope, tree init, bool ivdep, in cp_parser_c_for() function
|