HomeSort by: relevance | last modified time | path
    Searched defs:old_decl (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
cgraphclones.cc 597 tree old_decl = decl; local
612 new_decl = copy_node (old_decl);
614 new_decl = param_adjustments->adjust_decl (old_decl);
618 gcc_assert (new_decl != old_decl);
627 len = IDENTIFIER_LENGTH (DECL_NAME (old_decl));
629 memcpy (name, IDENTIFIER_POINTER (DECL_NAME (old_decl)), len);
634 clone_function_name (old_decl, suffix, num_suffix));
654 if ((TREE_PUBLIC (old_decl)
655 && !DECL_EXTERNAL (old_decl)
656 && !DECL_WEAK (old_decl)
1028 tree old_decl = decl; local
    [all...]
cgraphclones.cc 597 tree old_decl = decl; local
612 new_decl = copy_node (old_decl);
614 new_decl = param_adjustments->adjust_decl (old_decl);
618 gcc_assert (new_decl != old_decl);
627 len = IDENTIFIER_LENGTH (DECL_NAME (old_decl));
629 memcpy (name, IDENTIFIER_POINTER (DECL_NAME (old_decl)), len);
634 clone_function_name (old_decl, suffix, num_suffix));
654 if ((TREE_PUBLIC (old_decl)
655 && !DECL_EXTERNAL (old_decl)
656 && !DECL_WEAK (old_decl)
1028 tree old_decl = decl; local
    [all...]
omp-simd-clone.cc 646 tree old_decl = old_node->decl; local
648 DECL_NAME (new_decl) = clone_function_name_numbered (old_decl,
1176 tree old_decl = SSA_NAME_VAR (name); local
1179 tree repl = adjustments->lookup_replacement (old_decl, 0);
1182 set_ssa_default_def (cfun, old_decl, NULL_TREE);
omp-simd-clone.cc 646 tree old_decl = old_node->decl; local
648 DECL_NAME (new_decl) = clone_function_name_numbered (old_decl,
1176 tree old_decl = SSA_NAME_VAR (name); local
1179 tree repl = adjustments->lookup_replacement (old_decl, 0);
1182 set_ssa_default_def (cfun, old_decl, NULL_TREE);
ipa-param-manipulation.cc 894 tree old_decl = gimple_call_fndecl (stmt); local
895 if (MAY_HAVE_DEBUG_BIND_STMTS && old_decl && callee_decl)
906 for (tree old_parm = DECL_ARGUMENTS (old_decl);
1861 /* Given OLD_DECL, which is a PARM_DECL of a parameter that is being removed
1864 previously belonged to OLD_DECL. */
1867 ipa_param_body_adjustments::get_replacement_ssa_base (tree old_decl)
1869 unsigned *idx = m_removed_map.get (old_decl);
1876 gcc_assert (m_removed_decls[*idx] == old_decl);
1877 repl = copy_var_decl (old_decl, DECL_NAME (old_decl),
    [all...]
ipa-param-manipulation.cc 894 tree old_decl = gimple_call_fndecl (stmt); local
895 if (MAY_HAVE_DEBUG_BIND_STMTS && old_decl && callee_decl)
906 for (tree old_parm = DECL_ARGUMENTS (old_decl);
1861 /* Given OLD_DECL, which is a PARM_DECL of a parameter that is being removed
1864 previously belonged to OLD_DECL. */
1867 ipa_param_body_adjustments::get_replacement_ssa_base (tree old_decl)
1869 unsigned *idx = m_removed_map.get (old_decl);
1876 gcc_assert (m_removed_decls[*idx] == old_decl);
1877 repl = copy_var_decl (old_decl, DECL_NAME (old_decl),
    [all...]
omp-offload.cc 2700 tree old_decl
2710 if ((*offload_funcs)[i] == old_decl)
2720 tree old_decl = TREE_OPERAND (gimple_call_arg (gsi_stmt (gsi), 0),
2724 old_decl as debug symbol + function in the assembly file. */
2725 cgraph_node *node = cgraph_node::get (old_decl);
2699 tree old_decl local
omp-offload.cc 2700 tree old_decl
2710 if ((*offload_funcs)[i] == old_decl)
2720 tree old_decl = TREE_OPERAND (gimple_call_arg (gsi_stmt (gsi), 0),
2724 old_decl as debug symbol + function in the assembly file. */
2725 cgraph_node *node = cgraph_node::get (old_decl);
2699 tree old_decl local
trans-mem.cc 4854 OLD_DECL. The returned value is a freshly malloced pointer that
4943 tree old_decl, new_decl, tm_name;
4949 old_decl = node->decl;
4950 tm_name = tm_mangle (DECL_ASSEMBLER_NAME (old_decl));
4951 new_decl = build_decl (DECL_SOURCE_LOCATION (old_decl),
4952 TREE_CODE (old_decl), tm_name,
4953 TREE_TYPE (old_decl));
4959 TREE_PUBLIC (new_decl) = TREE_PUBLIC (old_decl);
4960 DECL_CONTEXT (new_decl) = DECL_CONTEXT (old_decl);
4961 DECL_LANG_SPECIFIC (new_decl) = DECL_LANG_SPECIFIC (old_decl);
4932 tree old_decl, new_decl, tm_name; local
4986 tree new_decl, old_decl, tm_name; local
    [all...]
tree-inline.cc 5401 tree old_decl = (is_gimple_call (old_stmt)
5403 if (old_decl && fndecl_built_in_p (old_decl))
5417 old_decl, NULL);
5428 cgraph_update_edges_for_call_stmt (old_stmt, old_decl,
5461 cgraph_update_edges_for_call_stmt (old_stmt, old_decl,
6197 OLD_DECL and NEW_DECL are FUNCTION_DECL tree nodes
6211 tree_function_versioning (tree old_decl, tree new_decl,
6233 gcc_assert (TREE_CODE (old_decl) == FUNCTION_DECL
6235 DECL_POSSIBLY_INLINED (old_decl) = 1
5400 tree old_decl = (is_gimple_call (old_stmt) local
    [all...]
trans-mem.cc 4854 OLD_DECL. The returned value is a freshly malloced pointer that
4943 tree old_decl, new_decl, tm_name;
4949 old_decl = node->decl;
4950 tm_name = tm_mangle (DECL_ASSEMBLER_NAME (old_decl));
4951 new_decl = build_decl (DECL_SOURCE_LOCATION (old_decl),
4952 TREE_CODE (old_decl), tm_name,
4953 TREE_TYPE (old_decl));
4959 TREE_PUBLIC (new_decl) = TREE_PUBLIC (old_decl);
4960 DECL_CONTEXT (new_decl) = DECL_CONTEXT (old_decl);
4961 DECL_LANG_SPECIFIC (new_decl) = DECL_LANG_SPECIFIC (old_decl);
4932 tree old_decl, new_decl, tm_name; local
4986 tree new_decl, old_decl, tm_name; local
    [all...]
tree-inline.cc 5401 tree old_decl = (is_gimple_call (old_stmt)
5403 if (old_decl && fndecl_built_in_p (old_decl))
5417 old_decl, NULL);
5428 cgraph_update_edges_for_call_stmt (old_stmt, old_decl,
5461 cgraph_update_edges_for_call_stmt (old_stmt, old_decl,
6197 OLD_DECL and NEW_DECL are FUNCTION_DECL tree nodes
6211 tree_function_versioning (tree old_decl, tree new_decl,
6233 gcc_assert (TREE_CODE (old_decl) == FUNCTION_DECL
6235 DECL_POSSIBLY_INLINED (old_decl) = 1
5400 tree old_decl = (is_gimple_call (old_stmt) local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cgraphclones.cc 584 tree old_decl = decl; local
599 new_decl = copy_node (old_decl);
601 new_decl = param_adjustments->adjust_decl (old_decl);
605 gcc_assert (new_decl != old_decl);
614 len = IDENTIFIER_LENGTH (DECL_NAME (old_decl));
616 memcpy (name, IDENTIFIER_POINTER (DECL_NAME (old_decl)), len);
621 clone_function_name (old_decl, suffix, num_suffix));
641 if ((TREE_PUBLIC (old_decl)
642 && !DECL_EXTERNAL (old_decl)
643 && !DECL_WEAK (old_decl)
1015 tree old_decl = decl; local
    [all...]
cgraphclones.cc 584 tree old_decl = decl; local
599 new_decl = copy_node (old_decl);
601 new_decl = param_adjustments->adjust_decl (old_decl);
605 gcc_assert (new_decl != old_decl);
614 len = IDENTIFIER_LENGTH (DECL_NAME (old_decl));
616 memcpy (name, IDENTIFIER_POINTER (DECL_NAME (old_decl)), len);
621 clone_function_name (old_decl, suffix, num_suffix));
641 if ((TREE_PUBLIC (old_decl)
642 && !DECL_EXTERNAL (old_decl)
643 && !DECL_WEAK (old_decl)
1015 tree old_decl = decl; local
    [all...]
omp-simd-clone.cc 450 tree old_decl = old_node->decl; local
452 DECL_NAME (new_decl) = clone_function_name_numbered (old_decl,
1008 tree old_decl = SSA_NAME_VAR (name); local
1011 tree repl = adjustments->lookup_replacement (old_decl, 0);
1014 set_ssa_default_def (cfun, old_decl, NULL_TREE);
omp-simd-clone.cc 450 tree old_decl = old_node->decl; local
452 DECL_NAME (new_decl) = clone_function_name_numbered (old_decl,
1008 tree old_decl = SSA_NAME_VAR (name); local
1011 tree repl = adjustments->lookup_replacement (old_decl, 0);
1014 set_ssa_default_def (cfun, old_decl, NULL_TREE);
ipa-param-manipulation.cc 924 tree old_decl = gimple_call_fndecl (stmt); local
925 if (MAY_HAVE_DEBUG_BIND_STMTS && old_decl && callee_decl)
936 for (tree old_parm = DECL_ARGUMENTS (old_decl);
1707 /* Given OLD_DECL, which is a PARM_DECL of a parameter that is being removed
1710 previously belonged to OLD_DECL. */
1713 ipa_param_body_adjustments::get_replacement_ssa_base (tree old_decl)
1715 unsigned *idx = m_removed_map.get (old_decl);
1722 gcc_assert (m_removed_decls[*idx] == old_decl);
1723 repl = copy_var_decl (old_decl, DECL_NAME (old_decl),
    [all...]
ipa-param-manipulation.cc 924 tree old_decl = gimple_call_fndecl (stmt); local
925 if (MAY_HAVE_DEBUG_BIND_STMTS && old_decl && callee_decl)
936 for (tree old_parm = DECL_ARGUMENTS (old_decl);
1707 /* Given OLD_DECL, which is a PARM_DECL of a parameter that is being removed
1710 previously belonged to OLD_DECL. */
1713 ipa_param_body_adjustments::get_replacement_ssa_base (tree old_decl)
1715 unsigned *idx = m_removed_map.get (old_decl);
1722 gcc_assert (m_removed_decls[*idx] == old_decl);
1723 repl = copy_var_decl (old_decl, DECL_NAME (old_decl),
    [all...]
trans-mem.cc 4839 OLD_DECL. The returned value is a freshly malloced pointer that
4928 tree old_decl, new_decl, tm_name;
4934 old_decl = node->decl;
4935 tm_name = tm_mangle (DECL_ASSEMBLER_NAME (old_decl));
4936 new_decl = build_decl (DECL_SOURCE_LOCATION (old_decl),
4937 TREE_CODE (old_decl), tm_name,
4938 TREE_TYPE (old_decl));
4944 TREE_PUBLIC (new_decl) = TREE_PUBLIC (old_decl);
4945 DECL_CONTEXT (new_decl) = DECL_CONTEXT (old_decl);
4946 DECL_LANG_SPECIFIC (new_decl) = DECL_LANG_SPECIFIC (old_decl);
4917 tree old_decl, new_decl, tm_name; local
4971 tree new_decl, old_decl, tm_name; local
    [all...]
tree-inline.cc 5364 tree old_decl = (is_gimple_call (old_stmt)
5366 if (old_decl && fndecl_built_in_p (old_decl))
5380 old_decl, NULL);
5391 cgraph_update_edges_for_call_stmt (old_stmt, old_decl,
5424 cgraph_update_edges_for_call_stmt (old_stmt, old_decl,
6162 OLD_DECL and NEW_DECL are FUNCTION_DECL tree nodes
6176 tree_function_versioning (tree old_decl, tree new_decl,
6198 gcc_assert (TREE_CODE (old_decl) == FUNCTION_DECL
6200 DECL_POSSIBLY_INLINED (old_decl) = 1
5363 tree old_decl = (is_gimple_call (old_stmt) local
    [all...]
trans-mem.cc 4839 OLD_DECL. The returned value is a freshly malloced pointer that
4928 tree old_decl, new_decl, tm_name;
4934 old_decl = node->decl;
4935 tm_name = tm_mangle (DECL_ASSEMBLER_NAME (old_decl));
4936 new_decl = build_decl (DECL_SOURCE_LOCATION (old_decl),
4937 TREE_CODE (old_decl), tm_name,
4938 TREE_TYPE (old_decl));
4944 TREE_PUBLIC (new_decl) = TREE_PUBLIC (old_decl);
4945 DECL_CONTEXT (new_decl) = DECL_CONTEXT (old_decl);
4946 DECL_LANG_SPECIFIC (new_decl) = DECL_LANG_SPECIFIC (old_decl);
4917 tree old_decl, new_decl, tm_name; local
4971 tree new_decl, old_decl, tm_name; local
    [all...]
tree-inline.cc 5364 tree old_decl = (is_gimple_call (old_stmt)
5366 if (old_decl && fndecl_built_in_p (old_decl))
5380 old_decl, NULL);
5391 cgraph_update_edges_for_call_stmt (old_stmt, old_decl,
5424 cgraph_update_edges_for_call_stmt (old_stmt, old_decl,
6162 OLD_DECL and NEW_DECL are FUNCTION_DECL tree nodes
6176 tree_function_versioning (tree old_decl, tree new_decl,
6198 gcc_assert (TREE_CODE (old_decl) == FUNCTION_DECL
6200 DECL_POSSIBLY_INLINED (old_decl) = 1
5363 tree old_decl = (is_gimple_call (old_stmt) local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 3228 tree old_decl = b->decl;
3230 if (old_decl == error_mark_node)
3239 if (TREE_CODE (old_decl) == PARM_DECL)
3246 (old_decl) are compatible. */
3249 else if (comptypes (TREE_TYPE (old_decl), TREE_TYPE (new_decl)))
3257 else if (DECL_FILE_SCOPE_P (old_decl))
3261 if (TREE_CODE (old_decl) == FUNCTION_DECL
3271 else if (TREE_CODE (old_decl) == FUNCTION_DECL
3272 && fndecl_built_in_p (old_decl))
3285 (old_decl) are compatible. *
3214 tree old_decl = b->decl; local
5511 tree old_decl; local
10435 tree decl1, old_decl; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 5854 tree old_decl = NULL_TREE;
5869 old_decl = binding->type;
5876 old_decl = bval;
5900 old_decl = bval;
5909 old_decl = bval;
5911 if (old_decl && binding->scope == class_binding_level)
5851 tree old_decl = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 3040 tree old_decl = b->decl;
3042 if (old_decl == error_mark_node)
3051 if (TREE_CODE (old_decl) == PARM_DECL)
3058 (old_decl) are compatible. */
3061 else if (comptypes (TREE_TYPE (old_decl), TREE_TYPE (new_decl)))
3069 else if (DECL_FILE_SCOPE_P (old_decl))
3073 if (TREE_CODE (old_decl) == FUNCTION_DECL
3083 else if (TREE_CODE (old_decl) == FUNCTION_DECL
3084 && fndecl_built_in_p (old_decl))
3097 (old_decl) are compatible. *
3026 tree old_decl = b->decl; local
9505 tree decl1, old_decl; local
    [all...]

Completed in 96 milliseconds

1 2