Home
last modified time | relevance | path

Searched refs:tsk_expl_spec (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcp-tree.h4072 tsk_expl_spec, /* An explicit specialization. */ enumerator
HDpt.c2355 case tsk_expl_spec: in check_explicit_specialization()
2662 if (tsk == tsk_expl_spec && DECL_FUNCTION_TEMPLATE_P (gen_tmpl)) in check_explicit_specialization()
HDdecl.c350 return innermost_specialization_p ? tsk_expl_spec : tsk_template; in current_tmpl_spec_kind()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcp-tree.h5007 tsk_expl_spec, /* An explicit specialization. */ enumerator
HDpt.c2860 case tsk_expl_spec: in check_explicit_specialization()
3179 if (tsk == tsk_expl_spec && DECL_FUNCTION_TEMPLATE_P (gen_tmpl)) in check_explicit_specialization()
HDdecl.c337 return innermost_specialization_p ? tsk_expl_spec : tsk_template; in current_tmpl_spec_kind()