Home
last modified time | relevance | path

Searched refs:tmpl_func (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c3206 tree tmpl_func = DECL_TEMPLATE_RESULT (gen_tmpl); in check_explicit_specialization() local
3207 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc3251 tree tmpl_func = DECL_TEMPLATE_RESULT (gen_tmpl); in check_explicit_specialization() local
3252 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()
H A DChangeLog-20071185 and DECL_NOT_REALLY_EXTERN if tmpl_func is not public.