Searched refs:tmpl_func (Results 1 – 3 of 3) sorted by relevance
3206 tree tmpl_func = DECL_TEMPLATE_RESULT (gen_tmpl); in check_explicit_specialization() local3207 gcc_assert (TREE_CODE (tmpl_func) == FUNCTION_DECL); in check_explicit_specialization()3210 if (DECL_DECLARED_CONCEPT_P (tmpl_func)) in check_explicit_specialization()3219 TREE_PUBLIC (decl) = TREE_PUBLIC (tmpl_func); in check_explicit_specialization()3225 DECL_THIS_STATIC (decl) = DECL_THIS_STATIC (tmpl_func); in check_explicit_specialization()3226 if (DECL_VISIBILITY_SPECIFIED (tmpl_func)) in check_explicit_specialization()3229 DECL_VISIBILITY (decl) = DECL_VISIBILITY (tmpl_func); in check_explicit_specialization()
3251 tree tmpl_func = DECL_TEMPLATE_RESULT (gen_tmpl); in check_explicit_specialization() local3252 gcc_assert (TREE_CODE (tmpl_func) == FUNCTION_DECL); in check_explicit_specialization()3255 if (DECL_DECLARED_CONCEPT_P (tmpl_func)) in check_explicit_specialization()3264 TREE_PUBLIC (decl) = TREE_PUBLIC (tmpl_func); in check_explicit_specialization()3270 DECL_THIS_STATIC (decl) = DECL_THIS_STATIC (tmpl_func); in check_explicit_specialization()3271 if (DECL_VISIBILITY_SPECIFIED (tmpl_func)) in check_explicit_specialization()3274 DECL_VISIBILITY (decl) = DECL_VISIBILITY (tmpl_func); in check_explicit_specialization()
1185 and DECL_NOT_REALLY_EXTERN if tmpl_func is not public.