Searched refs:old_decl (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-inline.c2759 tree_function_versioning (tree old_decl, tree new_decl, varray_type tree_map, argument
2771 gcc_assert (TREE_CODE (old_decl) == FUNCTION_DECL
2773 DECL_POSSIBLY_INLINED (old_decl) = 1;
2775 old_version_node = cgraph_node (old_decl);
2783 DECL_ABSTRACT_ORIGIN (new_decl) = DECL_ORIGIN (old_decl);
2789 if (DECL_RTL (old_decl) != NULL)
2791 SET_DECL_RTL (new_decl, copy_rtx (DECL_RTL (old_decl)));
2793 gen_rtx_SYMBOL_REF (GET_MODE (XEXP (DECL_RTL (old_decl), 0)),
2801 id.src_fn = old_decl;
2805 id.src_cfun = DECL_STRUCT_FUNCTION (old_decl);
[all...]
H A Dc-decl.c2010 tree old_decl = b->decl;
2012 if (old_decl == error_mark_node)
2018 else if (TREE_CODE (old_decl) == PARM_DECL)
2021 else if (DECL_FILE_SCOPE_P (old_decl))
2024 else if (TREE_CODE (old_decl) == FUNCTION_DECL
2025 && DECL_BUILT_IN (old_decl))
2035 warning (OPT_Wshadow, "%Jshadowed declaration is here", old_decl);
6187 tree decl1, old_decl;
6265 old_decl = lookup_name_in_scope (DECL_NAME (decl1), current_scope);
6266 if (old_decl
2001 tree old_decl = b->decl; local
6160 tree decl1, old_decl; local
[all...]
H A Dipa-pure-const.c559 tree old_decl = current_function_decl; local
576 current_function_decl = old_decl;
H A Dcgraphunit.c1842 tree old_decl = old_version_node->decl; local
1846 if (!tree_versionable_function_p (old_decl))
1851 new_decl = copy_node (old_decl);
1860 tree_function_versioning (old_decl, new_decl, tree_map, false);
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c1086 tree old_decl)
1095 old_type = TREE_TYPE (old_decl);
1104 if ((pedantic || ! DECL_IN_SYSTEM_HEADER (old_decl))
1105 && ! DECL_IS_BUILTIN (old_decl)
1111 error ("from previous declaration %q+F", old_decl);
6349 tree old_decl;
6351 old_decl = check_classfn (ctype, decl,
6356 if (old_decl)
6361 if (TREE_CODE (old_decl) == TEMPLATE_DECL)
6366 old_decl
1080 check_redeclaration_exception_specification(tree new_decl, tree old_decl) argument
6334 tree old_decl; local
[all...]
H A Dname-lookup.c2720 tree old_decl = NULL_TREE;
2731 old_decl = binding->type;
2738 old_decl = bval;
2746 old_decl = bval;
2750 old_decl = bval;
2754 if (old_decl && binding->scope == class_binding_level)
2716 tree old_decl = NULL_TREE; local
H A Dpt.c5384 tree old_decl;
5418 old_decl = pushdecl_namespace_level (new_friend, /*is_friend=*/true);
5421 if (old_decl == error_mark_node)
5424 if (old_decl != new_friend)
5436 old_decl will be the out-of-class template declaration,
5471 DECL_TEMPLATE_INFO (old_decl) = new_friend_template_info;
5473 if (TREE_CODE (old_decl) != TEMPLATE_DECL)
5475 most_general_template (old_decl),
5476 old_decl);
5482 DECL_TEMPLATE_INFO (DECL_TEMPLATE_RESULT (old_decl))
5383 tree old_decl; local
[all...]

Completed in 140 milliseconds