Searched refs:new_tmpl (Results 1 – 2 of 2) sorted by relevance
2841 tree new_tmpl; local2850 new_tmpl 2852 DECL_TEMPLATE_RESULT (new_tmpl) = decl;2853 TREE_TYPE (new_tmpl) = TREE_TYPE (decl);2854 DECL_TI_TEMPLATE (decl) = new_tmpl;2855 SET_DECL_TEMPLATE_SPECIALIZATION (new_tmpl);2856 DECL_TEMPLATE_INFO (new_tmpl) 2859 register_specialization (new_tmpl,
3204 tree new_tmpl; in push_template_decl_real() local3213 new_tmpl in push_template_decl_real()3216 DECL_TEMPLATE_RESULT (new_tmpl) = decl; in push_template_decl_real()3217 TREE_TYPE (new_tmpl) = TREE_TYPE (decl); in push_template_decl_real()3218 DECL_TI_TEMPLATE (decl) = new_tmpl; in push_template_decl_real()3219 SET_DECL_TEMPLATE_SPECIALIZATION (new_tmpl); in push_template_decl_real()3220 DECL_TEMPLATE_INFO (new_tmpl) in push_template_decl_real()3223 register_specialization (new_tmpl, in push_template_decl_real()