| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-inline.h | 71 tree (*copy_decl) (tree, struct copy_body_data *); member
|
| H A D | tree-inline.c | 389 tree t = id->copy_decl (decl, id); in remap_decl() 5434 id.copy_decl = copy_decl_maybe_to_var; in optimize_inline_calls() 5638 insert_decl_map (id, decl, id->copy_decl (decl, id)); in mark_local_labels_stmt() 5818 id.copy_decl = copy_decl_no_change; in copy_gimple_seq_and_replace_locals() 6048 new_tree = id->copy_decl (arg, id); in copy_arguments_nochange() 6257 id.copy_decl = copy_decl_no_change; in tree_function_versioning() 6567 id.copy_decl = copy_decl_no_change; in maybe_inline_call_in_expr() 6606 id.copy_decl = copy_decl_no_change; in build_duplicate_type() 6639 id.copy_decl = copy_decl_no_change; in copy_fn()
|
| H A D | tree-nested.c | 3095 id.cb.copy_decl = nesting_copy_decl; in remap_vla_decls() 3429 id.cb.copy_decl = nesting_copy_decl; in finalize_nesting_tree_1()
|
| H A D | ipa-param-manipulation.c | 948 new_parm = m_id->copy_decl (t, m_id); in carry_over_param()
|
| H A D | omp-low.c | 951 ctx->cb.copy_decl = omp_copy_decl; in new_omp_context() 10945 tcctx.cb.copy_decl = task_copyfn_copy_decl; in create_task_copyfn()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-inline.h | 71 tree (*copy_decl) (tree, struct copy_body_data *); member
|
| H A D | tree-inline.cc | 369 tree t = id->copy_decl (decl, id); in remap_decl() 5471 id.copy_decl = copy_decl_maybe_to_var; in optimize_inline_calls() 5674 insert_decl_map (id, decl, id->copy_decl (decl, id)); in mark_local_labels_stmt() 5854 id.copy_decl = copy_decl_no_change; in copy_gimple_seq_and_replace_locals() 6088 new_tree = id->copy_decl (arg, id); in copy_arguments_nochange() 6247 id.copy_decl = copy_decl_no_change; in tree_function_versioning() 6535 id.copy_decl = copy_decl_no_change; in maybe_inline_call_in_expr() 6573 id.copy_decl = copy_decl_no_change; in build_duplicate_type() 6606 id.copy_decl = copy_decl_no_change; in copy_fn()
|
| H A D | tree-nested.cc | 3254 id.cb.copy_decl = nesting_copy_decl; in remap_vla_decls() 3588 id.cb.copy_decl = nesting_copy_decl; in finalize_nesting_tree_1()
|
| H A D | ipa-param-manipulation.cc | 1100 new_parm = m_id->copy_decl (t, m_id); in carry_over_param()
|
| H A D | omp-low.cc | 990 ctx->cb.copy_decl = omp_copy_decl; in new_omp_context() 12056 tcctx.cb.copy_decl = task_copyfn_copy_decl; in create_task_copyfn()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | optimize.cc | 102 id.copy_decl = cxx_copy_decl; in clone_body()
|
| H A D | lex.cc | 1023 copy_decl (tree decl MEM_STAT_DECL) in copy_decl() function
|
| H A D | class.cc | 1410 tree copy = copy_decl (decl); in handle_using_decl() 4842 tree clone = copy_decl (fn); in copy_fndecl_with_name() 4973 clone = copy_decl (fn); in build_clone()
|
| H A D | name-lookup.cc | 3405 alias = copy_decl (decl); in push_local_extern_decl_alias() 3412 *chain = copy_decl (*chain); in push_local_extern_decl_alias()
|
| H A D | constraint.cc | 1616 tree parm = copy_decl (TREE_TYPE (wildcard)); in introduce_nontype_template_parameter()
|
| H A D | ChangeLog-2017 | 2329 * lex.c (copy_decl): Adjust. 4490 * cp-tree.h (copy_decl): Annotate with CXX_MEM_STAT_INFO. 4492 * lex.c (copy_decl): Pass down mem-stat info.
|
| H A D | pt.cc | 14262 tree r = copy_decl (t); in tsubst_function_decl() 14534 r = copy_decl (t); in tsubst_template_decl() 14871 r = copy_decl (t); in tsubst_decl() 15094 r = copy_decl (t); in tsubst_decl()
|
| H A D | ChangeLog-2000 | 4528 * cp-tree.h (copy_decl): New function. 4530 * lex.c (copy_decl): Define it.
|
| H A D | cp-tree.h | 7104 extern tree copy_decl (tree CXX_MEM_STAT_INFO);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | optimize.c | 102 id.copy_decl = cxx_copy_decl; in clone_body()
|
| H A D | lex.c | 817 copy_decl (tree decl MEM_STAT_DECL) in copy_decl() function
|
| H A D | constraint.cc | 1573 tree parm = copy_decl (TREE_TYPE (wildcard)); in introduce_nontype_template_parameter()
|
| H A D | class.c | 4731 tree clone = copy_decl (fn); in copy_fndecl_with_name() 4843 tree clone = copy_decl (fn); in build_clone()
|
| H A D | pt.c | 13862 tree r = copy_decl (t); in tsubst_function_decl() 14121 r = copy_decl (t); in tsubst_template_decl() 14452 r = copy_decl (t); in tsubst_decl() 14692 r = copy_decl (t); in tsubst_decl()
|
| H A D | cp-tree.h | 6825 extern tree copy_decl (tree CXX_MEM_STAT_INFO);
|