Home
last modified time | relevance | path

Searched refs:cp_parser_c_for (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20114963 (cp_parser_c_for): Add three new parameters.
4966 cp_parser_c_for and cp_parser_range_for.
H A DChangeLog-201717 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 DChangeLog-20141439 cp_parser_condition, cp_parser_c_for, cp_parser_range_for,
H A DChangeLog-2013723 cp_parser_for, cp_parser_c_for, cp_parser_pragma): Handle
H A DChangeLog-20101527 * parser.c (cp_parser_c_for): New with code from
H A DChangeLog-2016969 (cp_parser_c_for): Likewise.
H A Dparser.cc2248 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 Dparser.c2147 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