Home
last modified time | relevance | path

Searched refs:remapping_type_depth (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.h81 int remapping_type_depth; member
H A Dtree-inline.c380 && id->remapping_type_depth > 0 in remap_decl()
735 id->remapping_type_depth++; in remap_type()
737 id->remapping_type_depth--; in remap_type()
811 id->remapping_type_depth++; in remap_decls()
813 id->remapping_type_depth--; in remap_decls()
1193 tree new_block = id->remapping_type_depth == 0 ? id->block : NULL; in remap_gimple_op_r()
1426 new_block = id->remapping_type_depth == 0 ? id->block : NULL; in copy_tree_body_r()
4633 id->remapping_type_depth++; in add_local_variables()
4635 id->remapping_type_depth--; in add_local_variables()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-inline.h81 int remapping_type_depth; member
H A Dtree-inline.cc360 && id->remapping_type_depth > 0 in remap_decl()
715 id->remapping_type_depth++; in remap_type()
717 id->remapping_type_depth--; in remap_type()
791 id->remapping_type_depth++; in remap_decls()
793 id->remapping_type_depth--; in remap_decls()
1170 tree new_block = id->remapping_type_depth == 0 ? id->block : NULL; in remap_gimple_op_r()
1403 new_block = id->remapping_type_depth == 0 ? id->block : NULL; in copy_tree_body_r()
4692 id->remapping_type_depth++; in add_local_variables()
4694 id->remapping_type_depth--; in add_local_variables()
H A DChangeLog-200827593 * tree-inline.h (struct copy_body_data): Add remapping_type_depth
27595 * tree-inline.c (remap_type): Increment remapping_type_depth
H A DChangeLog-201818135 * tree-inline.h (struct copy_body_data): Move remapping_type_depth and
H A DChangeLog-201029848 (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK