Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dpt.c2355 tree maintmpl = CLASSTYPE_TI_TEMPLATE (type); local
2359 tree main_inner_parms = DECL_INNERMOST_TEMPLATE_PARMS (maintmpl);
2433 (maintmpl)))))
2445 my_friendly_assert (nargs == DECL_NTPARMS (maintmpl), 0);
2479 TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (maintmpl));
2513 if (retrieve_specialization (maintmpl, specargs))
2517 DECL_TEMPLATE_SPECIALIZATIONS (maintmpl)
2519 DECL_TEMPLATE_SPECIALIZATIONS (maintmpl));
2520 TREE_TYPE (DECL_TEMPLATE_SPECIALIZATIONS (maintmpl)) = type;
/openbsd/src/gnu/gcc/gcc/cp/
Dpt.c2676 tree maintmpl = CLASSTYPE_TI_TEMPLATE (type); in process_partial_specialization() local
2680 tree main_inner_parms = DECL_INNERMOST_TEMPLATE_PARMS (maintmpl); in process_partial_specialization()
2753 (maintmpl))))) in process_partial_specialization()
2765 gcc_assert (nargs == DECL_NTPARMS (maintmpl)); in process_partial_specialization()
2799 TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (maintmpl)); in process_partial_specialization()
2834 if (retrieve_specialization (maintmpl, specargs, in process_partial_specialization()
2839 DECL_TEMPLATE_SPECIALIZATIONS (maintmpl) in process_partial_specialization()
2841 DECL_TEMPLATE_SPECIALIZATIONS (maintmpl)); in process_partial_specialization()
2842 TREE_TYPE (DECL_TEMPLATE_SPECIALIZATIONS (maintmpl)) = type; in process_partial_specialization()