Searched refs:iter_decl (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | parser.c | 12563 tree begin_dummy, end_dummy, range_temp, iter_type, iter_decl; in do_range_for_auto_deduction() local 12569 iter_decl = build_decl (input_location, VAR_DECL, NULL_TREE, in do_range_for_auto_deduction() 12571 iter_decl = build_x_indirect_ref (input_location, iter_decl, in do_range_for_auto_deduction() 12575 iter_decl, auto_node); in do_range_for_auto_deduction()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | parser.cc | 13659 tree begin_dummy, end_dummy, range_temp, iter_type, iter_decl; in do_range_for_auto_deduction() local 13665 iter_decl = build_decl (input_location, VAR_DECL, NULL_TREE, in do_range_for_auto_deduction() 13667 iter_decl = build_x_indirect_ref (input_location, iter_decl, in do_range_for_auto_deduction() 13671 iter_decl, auto_node, in do_range_for_auto_deduction()
|