Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-cfg.cc113 tree to_context; member
6873 tree to_context) in replace_by_duplicate_decl() argument
6876 struct function *f = DECL_STRUCT_FUNCTION (to_context); in replace_by_duplicate_decl()
6878 if (DECL_CONTEXT (t) == to_context) in replace_by_duplicate_decl()
6896 DECL_CONTEXT (new_t) = to_context; in replace_by_duplicate_decl()
6912 tree to_context) in replace_ssa_name() argument
6926 replace_by_duplicate_decl (&decl, vars_map, to_context); in replace_ssa_name()
6927 new_name = make_ssa_name_fn (DECL_STRUCT_FUNCTION (to_context), in replace_ssa_name()
6931 new_name = copy_ssa_name_fn (DECL_STRUCT_FUNCTION (to_context), in replace_ssa_name()
6951 tree to_context; member
[all …]