Searched refs:for_end__identifier (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2018 | 2118 (for_range__identifier, for_begin__identifier, for_end__identifier, 2126 for_end__identifier instead of get_identifier ("__for_begin") and
|
H A D | cp-tree.h | 318 #define for_end__identifier cp_global_trees[CPTI_FOR_END__IDENTIFIER] macro
|
H A D | decl.cc | 4455 {"__for_end ", &for_end__identifier, cik_normal}, in initialize_predefined_identifiers()
|
H A D | parser.cc | 13841 end = build_decl (input_location, VAR_DECL, for_end__identifier, iter_type); in cp_convert_range_for()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-tree.h | 304 #define for_end__identifier cp_global_trees[CPTI_FOR_END__IDENTIFIER] macro
|
H A D | decl.c | 4232 {"__for_end ", &for_end__identifier, cik_normal}, in initialize_predefined_identifiers()
|
H A D | parser.c | 12663 end = build_decl (input_location, VAR_DECL, for_end__identifier, iter_type); in cp_convert_range_for()
|