Searched refs:new_tmpl (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c2439 tree new_tmpl; local
2448 new_tmpl
2450 DECL_TEMPLATE_RESULT (new_tmpl) = decl;
2451 TREE_TYPE (new_tmpl) = TREE_TYPE (decl);
2452 DECL_TI_TEMPLATE (decl) = new_tmpl;
2453 SET_DECL_TEMPLATE_SPECIALIZATION (new_tmpl);
2454 DECL_TEMPLATE_INFO (new_tmpl) =
2457 register_specialization (new_tmpl, tmpl, args);
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c4975 tree new_tmpl; local
4984 new_tmpl
4987 DECL_TEMPLATE_RESULT (new_tmpl) = decl;
4988 TREE_TYPE (new_tmpl) = TREE_TYPE (decl);
4989 DECL_TI_TEMPLATE (decl) = new_tmpl;
4990 SET_DECL_TEMPLATE_SPECIALIZATION (new_tmpl);
4991 DECL_TEMPLATE_INFO (new_tmpl)
4994 register_specialization (new_tmpl,

Completed in 201 milliseconds