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

/freebsd-10.0-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.c1998 tree old_decl = b->decl;
2000 if (old_decl == error_mark_node)
2006 else if (TREE_CODE (old_decl) == PARM_DECL)
2009 else if (DECL_FILE_SCOPE_P (old_decl))
2012 else if (TREE_CODE (old_decl) == FUNCTION_DECL
2013 && DECL_BUILT_IN (old_decl))
2023 warning (OPT_Wshadow, "%Jshadowed declaration is here", old_decl);
6097 tree decl1, old_decl;
6175 old_decl = lookup_name_in_scope (DECL_NAME (decl1), current_scope);
6176 if (old_decl
1989 tree old_decl = b->decl; local
6070 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-10.0-release/contrib/gcc/cp/
H A Ddecl.c1074 tree old_decl)
1083 old_type = TREE_TYPE (old_decl);
1092 if ((pedantic || ! DECL_IN_SYSTEM_HEADER (old_decl))
1093 && ! DECL_IS_BUILTIN (old_decl)
1099 error ("from previous declaration %q+F", old_decl);
6304 tree old_decl;
6306 old_decl = check_classfn (ctype, decl,
6311 if (old_decl)
6316 if (TREE_CODE (old_decl) == TEMPLATE_DECL)
6321 old_decl
1068 check_redeclaration_exception_specification(tree new_decl, tree old_decl) argument
6289 tree old_decl; local
[all...]
H A Dname-lookup.c2688 tree old_decl = NULL_TREE;
2699 old_decl = binding->type;
2706 old_decl = bval;
2714 old_decl = bval;
2718 old_decl = bval;
2722 if (old_decl && binding->scope == class_binding_level)
2684 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 221 milliseconds