Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c998 begin_for_scope (tree *init) in begin_for_scope() function
1025 scope = begin_for_scope (&init); in begin_for_stmt()
1173 scope = begin_for_scope (&init); in begin_range_for_stmt()
H A Dcp-tree.h7188 extern tree begin_for_scope (tree *);
H A Dparser.c12372 scope = begin_for_scope (&init); in cp_parser_for()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc1264 begin_for_scope (tree *init) in begin_for_scope() function
1291 scope = begin_for_scope (&init); in begin_for_stmt()
1444 scope = begin_for_scope (&init); in begin_range_for_stmt()
H A DChangeLog-20114958 * cp-tree.h (begin_for_scope): New prototype.
4974 * semantics.c (begin_for_scope): New.
H A DChangeLog-20183123 * semantics.c (begin_for_scope): Always have a scope.
5125 * semantics.c (begin_for_scope): Flag_new_for_scope is
H A Dcp-tree.h7579 extern tree begin_for_scope (tree *);
H A Dparser.cc13453 scope = begin_for_scope (&init); in cp_parser_for()