Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c7278 add_defaults_to_ttp (tree otmpl) in add_defaults_to_ttp() argument
7280 if (tree c = lookup_defaulted_ttp (otmpl)) in add_defaults_to_ttp()
7283 tree ntmpl = copy_node (otmpl); in add_defaults_to_ttp()
7285 tree ntype = copy_node (TREE_TYPE (otmpl)); in add_defaults_to_ttp()
7297 tree oparms = DECL_TEMPLATE_PARMS (otmpl); in add_defaults_to_ttp()
7311 store_defaulted_ttp (otmpl, ntmpl); in add_defaults_to_ttp()