Searched refs:ntparms (Results 1 – 6 of 6) sorted by relevance
2361 int ntparms = TREE_VEC_LENGTH (inner_parms); local2398 tpd.parms = alloca (sizeof (int) * ntparms);2399 memset ((PTR) tpd.parms, 0, sizeof (int) * ntparms);2411 for (i = 0; i < ntparms; ++i)2580 int ntparms = TREE_VEC_LENGTH (inner_parms); local2584 for (i = 0; i < ntparms; ++i) 2647 int ntparms; local2649 ntparms = TREE_VEC_LENGTH (inner_parms);2650 for (i = 0; i < ntparms; ++i) 8310 int ntparms = TREE_VEC_LENGTH (tparms); local[all …]
2320 int ntparms = DECL_NTPARMS (tmpl); local2321 tree targs = make_tree_vec (ntparms);
8833 and zero tpd.parms based on ntparms. Use tpd2.parms, not
2682 int ntparms = TREE_VEC_LENGTH (inner_parms); in process_partial_specialization() local2719 tpd.parms = (int *) alloca (sizeof (int) * ntparms); in process_partial_specialization()2720 memset (tpd.parms, 0, sizeof (int) * ntparms); in process_partial_specialization()2732 for (i = 0; i < ntparms; ++i) in process_partial_specialization()2899 int ntparms = TREE_VEC_LENGTH (inner_parms); in check_default_tmpl_args() local2903 for (i = 0; i < ntparms; ++i) in check_default_tmpl_args()2970 int ntparms; in check_default_tmpl_args() local2972 ntparms = TREE_VEC_LENGTH (inner_parms); in check_default_tmpl_args()2973 for (i = 0; i < ntparms; ++i) in check_default_tmpl_args()9870 int ntparms = TREE_VEC_LENGTH (tparms); in type_unification_real() local[all …]
2215 int ntparms = DECL_NTPARMS (tmpl); in add_template_candidate_real() local2216 tree targs = make_tree_vec (ntparms); in add_template_candidate_real()
2045 and zero tpd.parms based on ntparms. Use tpd2.parms, not