Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc7893 add_defaults_to_ttp (tree otmpl) in add_defaults_to_ttp() argument
7895 if (tree *c = hash_map_safe_get (defaulted_ttp_cache, otmpl)) in add_defaults_to_ttp()
7898 tree ntmpl = copy_node (otmpl); in add_defaults_to_ttp()
7900 tree ntype = copy_node (TREE_TYPE (otmpl)); in add_defaults_to_ttp()
7912 tree oparms = DECL_TEMPLATE_PARMS (otmpl); in add_defaults_to_ttp()
7926 hash_map_safe_put<hm_ggc> (defaulted_ttp_cache, otmpl, ntmpl); in add_defaults_to_ttp()