Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDpt.c26512 tree ded_tmpl = build_template_decl (ded_fn, tparms, /*member*/false); in build_deduction_guide() local
26513 DECL_ARTIFICIAL (ded_tmpl) = true; in build_deduction_guide()
26514 DECL_TEMPLATE_RESULT (ded_tmpl) = ded_fn; in build_deduction_guide()
26515 TREE_TYPE (ded_tmpl) = TREE_TYPE (ded_fn); in build_deduction_guide()
26516 DECL_TEMPLATE_INFO (ded_fn) = build_template_info (ded_tmpl, targs); in build_deduction_guide()
26517 DECL_PRIMARY_TEMPLATE (ded_tmpl) = ded_tmpl; in build_deduction_guide()
26519 DECL_ABSTRACT_ORIGIN (ded_tmpl) = fn_tmpl; in build_deduction_guide()
26521 set_constraints (ded_tmpl, ci); in build_deduction_guide()
26523 return ded_tmpl; in build_deduction_guide()