Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDpt.c7283 tree ntmpl = copy_node (otmpl); in add_defaults_to_ttp() local
7286 TYPE_STUB_DECL (ntype) = TYPE_NAME (ntype) = ntmpl; in add_defaults_to_ttp()
7289 TYPE_NAME (ntype) = ntmpl; in add_defaults_to_ttp()
7294 TEMPLATE_PARM_DECL (idx) = ntmpl; in add_defaults_to_ttp()
7295 TREE_TYPE (ntmpl) = TREE_TYPE (idx) = ntype; in add_defaults_to_ttp()
7298 tree parms = DECL_TEMPLATE_PARMS (ntmpl) = copy_node (oparms); in add_defaults_to_ttp()
7311 store_defaulted_ttp (otmpl, ntmpl); in add_defaults_to_ttp()
7312 return ntmpl; in add_defaults_to_ttp()