Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDlto-cgraph.c570 lto_output_fn_decl_index (ob->decl_state, ob->main_stream, node->orig_decl); in lto_output_node()
1348 node->orig_decl = fn_decl; in input_node()
1596 gcc_assert (cnode->orig_decl); in input_cgraph_1()
1598 cnode->instrumented_version = cgraph_node::get (cnode->orig_decl); in input_cgraph_1()
1614 if (!chkp_wrap_function (cnode->orig_decl)) in input_cgraph_1()
1618 TREE_CHAIN (name) = DECL_ASSEMBLER_NAME (cnode->orig_decl); in input_cgraph_1()
HDcgraphclones.c205 build_function_decl_skip_args (tree orig_decl, bitmap args_to_skip, in build_function_decl_skip_args() argument
208 tree new_decl = copy_node (orig_decl); in build_function_decl_skip_args()
211 new_type = TREE_TYPE (orig_decl); in build_function_decl_skip_args()
HDipa-chkp.c533 clone->orig_decl = fndecl; in chkp_maybe_create_clone()
558 clone->orig_decl = fndecl; in chkp_maybe_create_clone()
HDipa-visibility.c249 && MAIN_NAME_P (DECL_NAME (node->orig_decl))) in cgraph_externally_visible_p()
HDcgraph.c3381 if (!instrumentation_clone && orig_decl) in verify_node()
3390 && orig_decl in verify_node()
3391 && orig_decl != instrumented_version->decl) in verify_node()
3433 tree orig_name = DECL_ASSEMBLER_NAME (orig_decl); in verify_node()
HDtree-chkp.c559 e->redirect_callee (cgraph_node::get_create (e->callee->orig_decl));
2428 tree orig_decl = cgraph_node::get (cfun->decl)->orig_decl;
2439 && id_equal (DECL_ASSEMBLER_NAME (orig_decl), "main"))
HDcgraph.h1379 tree orig_decl; member
HDvarasm.c5826 tree orig_decl = decl; in do_assemble_alias() local
5831 orig_decl = cgraph_node::get (decl)->instrumented_version->decl; in do_assemble_alias()
5835 if (TREE_PUBLIC (decl) || TREE_PUBLIC (orig_decl)) in do_assemble_alias()
HDcalls.c606 name_decl = DECL_NAME (cgraph_node::get (fndecl)->orig_decl); in special_function_p()
/dragonfly/contrib/gcc-8.0/gcc/lto/
HDlto-partition.c1015 privatize_symbol_name_1 (cnode, cnode->orig_decl); in privatize_symbol_name()
1017 TREE_CHAIN (iname) = DECL_ASSEMBLER_NAME (cnode->orig_decl); in privatize_symbol_name()
1020 && cnode->instrumented_version->orig_decl == cnode->decl) in privatize_symbol_name()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDname-lookup.c2602 tree orig_decl = decl; in do_local_using_decl() local
2648 cp_emit_debug_info_for_using (orig_decl, current_scope()); in do_local_using_decl()
3834 tree orig_decl = decl; in do_toplevel_using_decl() local
3850 cp_emit_debug_info_for_using (orig_decl, current_namespace); in do_toplevel_using_decl()
HDpt.c3505 tree orig_decl = TEMPLATE_PARM_DECL (index); in reduce_template_parm_level() local
3508 decl = build_decl (DECL_SOURCE_LOCATION (orig_decl), in reduce_template_parm_level()
3509 TREE_CODE (orig_decl), DECL_NAME (orig_decl), type); in reduce_template_parm_level()
3510 TREE_CONSTANT (decl) = TREE_CONSTANT (orig_decl); in reduce_template_parm_level()
3511 TREE_READONLY (decl) = TREE_READONLY (orig_decl); in reduce_template_parm_level()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDname-lookup.c5214 tree orig_decl = decl; in finish_namespace_using_decl() local
5237 cp_emit_debug_info_for_using (orig_decl, current_namespace); in finish_namespace_using_decl()
5245 tree orig_decl = decl; in finish_local_using_decl() local
5286 cp_emit_debug_info_for_using (orig_decl, current_scope ()); in finish_local_using_decl()
HDpt.c4296 tree orig_decl = TEMPLATE_PARM_DECL (index); in reduce_template_parm_level() local
4299 decl = build_decl (DECL_SOURCE_LOCATION (orig_decl), in reduce_template_parm_level()
4300 TREE_CODE (orig_decl), DECL_NAME (orig_decl), type); in reduce_template_parm_level()
4301 TREE_CONSTANT (decl) = TREE_CONSTANT (orig_decl); in reduce_template_parm_level()
4302 TREE_READONLY (decl) = TREE_READONLY (orig_decl); in reduce_template_parm_level()
4322 (DECL_TEMPLATE_PARMS (orig_decl), args, complain); in reduce_template_parm_level()
HDparser.c13274 tree orig_decl = decl; in cp_parser_decomposition_declaration() local
13351 if (decl == error_mark_node && DECL_P (orig_decl)) in cp_parser_decomposition_declaration()
13353 if (DECL_NAMESPACE_SCOPE_P (orig_decl)) in cp_parser_decomposition_declaration()
13354 SET_DECL_ASSEMBLER_NAME (orig_decl, get_identifier ("<decomp>")); in cp_parser_decomposition_declaration()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree.c7668 build_function_decl_skip_args (tree orig_decl, bitmap args_to_skip, in build_function_decl_skip_args() argument
7671 tree new_decl = copy_node (orig_decl); in build_function_decl_skip_args()
7674 new_type = TREE_TYPE (orig_decl); in build_function_decl_skip_args()