Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDpt.c4767 tree maintmpl = TI_TEMPLATE (tinfo); in process_partial_specialization() local
4770 tree main_inner_parms = DECL_INNERMOST_TEMPLATE_PARMS (maintmpl); in process_partial_specialization()
4783 if (flag_concepts && variable_concept_p (maintmpl)) in process_partial_specialization()
4785 error ("specialization of variable concept %q#D", maintmpl); in process_partial_specialization()
4861 = TI_ARGS (get_template_info (DECL_TEMPLATE_RESULT (maintmpl))); in process_partial_specialization()
4865 get_constraints (maintmpl)))) in process_partial_specialization()
4876 inform (DECL_SOURCE_LOCATION (maintmpl), "primary template here"); in process_partial_specialization()
4882 if (nargs < DECL_NTPARMS (maintmpl)) in process_partial_specialization()
4887 inform (DECL_SOURCE_LOCATION (maintmpl), "primary template here"); in process_partial_specialization()
4897 && !get_partial_spec_bindings (maintmpl, maintmpl, specargs)) in process_partial_specialization()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDpt.c3992 tree maintmpl = CLASSTYPE_TI_TEMPLATE (type); in process_partial_specialization() local
3995 tree main_inner_parms = DECL_INNERMOST_TEMPLATE_PARMS (maintmpl); in process_partial_specialization()
4079 (maintmpl))))) in process_partial_specialization()
4094 gcc_assert (nargs == DECL_NTPARMS (maintmpl)); in process_partial_specialization()
4165 TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (maintmpl)); in process_partial_specialization()
4208 DECL_TEMPLATE_SPECIALIZATIONS (maintmpl) in process_partial_specialization()
4210 DECL_TEMPLATE_SPECIALIZATIONS (maintmpl)); in process_partial_specialization()
4211 TREE_TYPE (DECL_TEMPLATE_SPECIALIZATIONS (maintmpl)) = type; in process_partial_specialization()
4213 for (inst = DECL_TEMPLATE_INSTANTIATIONS (maintmpl); inst; in process_partial_specialization()
4220 tree spec = most_specialized_class (inst_type, maintmpl, tf_none); in process_partial_specialization()