Home
last modified time | relevance | path

Searched refs:decl1 (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c11132 TREE_STATIC (decl1) = 1; in start_preparsed_function()
11143 decl1 = newdecl1; in start_preparsed_function()
11198 decl1 = olddecl; in start_preparsed_function()
11203 if (!DECL_CONTEXT (decl1) && DECL_TEMPLATE_INFO (decl1)) in start_preparsed_function()
11204 DECL_CONTEXT (decl1) = DECL_CONTEXT (DECL_TI_TEMPLATE (decl1)); in start_preparsed_function()
11303 comdat_linkage (decl1); in start_preparsed_function()
11314 DECL_EXTERNAL (decl1) in start_preparsed_function()
11330 mark_needed (decl1); in start_preparsed_function()
11475 tree decl1; in start_function() local
11480 if (decl1 == NULL_TREE || TREE_CODE (decl1) != FUNCTION_DECL) in start_function()
[all …]
H A Dpt.c11090 tree decl1 = DECL_TEMPLATE_RESULT (pat1); in more_specialized_fn() local
11096 tree args1 = TYPE_ARG_TYPES (TREE_TYPE (decl1)); in more_specialized_fn()
11107 if (DECL_NONSTATIC_MEMBER_FUNCTION_P (decl1)) in more_specialized_fn()
11117 if (!DECL_STATIC_FUNCTION_P (decl1)) in more_specialized_fn()
11125 if (DECL_CONV_FN_P (decl1) != DECL_CONV_FN_P (decl2)) in more_specialized_fn()
11129 if (DECL_CONV_FN_P (decl1)) in more_specialized_fn()
11131 args1 = tree_cons (NULL_TREE, TREE_TYPE (TREE_TYPE (decl1)), args1); in more_specialized_fn()
/freebsd-12.1/contrib/gcc/
H A Dc-decl.c6593 tree decl1, old_decl; in start_function() local
6626 if (decl1 == 0) in start_function()
6639 decl1); in start_function()
6648 DECL_EXTERNAL (decl1) = !DECL_EXTERNAL (decl1); in start_function()
6657 TREE_TYPE (decl1) in start_function()
6733 && TREE_PUBLIC (decl1) in start_function()
6748 && TREE_PUBLIC (decl1) in start_function()
6752 decl1); in start_function()
6765 TREE_STATIC (decl1) = 1; in start_function()
6811 decl1); in start_function()
[all …]
H A Dgenautomata.c1763 const decl_t decl1 = (decl_t) automaton_decl_1; in automaton_decl_eq_p() local
1766 gcc_assert (decl1->mode == dm_automaton in automaton_decl_eq_p()
1767 && DECL_AUTOMATON (decl1)->name in automaton_decl_eq_p()
1770 return strcmp (DECL_AUTOMATON (decl1)->name, in automaton_decl_eq_p()
1862 const decl_t decl1 = (decl_t) insn_decl_1; in insn_decl_eq_p() local
1865 gcc_assert (decl1->mode == dm_insn_reserv in insn_decl_eq_p()
1866 && DECL_INSN_RESERV (decl1)->name in insn_decl_eq_p()
1869 return strcmp (DECL_INSN_RESERV (decl1)->name, in insn_decl_eq_p()