Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc29443 tree fn_tmpl = NULL_TREE; in build_deduction_guide() local
29482 fn_tmpl in build_deduction_guide()
29486 fn_tmpl = tsubst (fn_tmpl, outer_args, complain, ctor); in build_deduction_guide()
29487 ctor = DECL_TEMPLATE_RESULT (fn_tmpl); in build_deduction_guide()
29489 tparms = DECL_TEMPLATE_PARMS (fn_tmpl); in build_deduction_guide()
29502 if (PRIMARY_TEMPLATE_P (fn_tmpl)) in build_deduction_guide()
29619 DECL_ABSTRACT_ORIGIN (ded_tmpl) = fn_tmpl; in build_deduction_guide()