Home
last modified time | relevance | path

Searched refs:ntparms (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dpt.c2361 int ntparms = TREE_VEC_LENGTH (inner_parms); local
2398 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); local
2584 for (i = 0; i < ntparms; ++i)
2647 int ntparms; local
2649 ntparms = TREE_VEC_LENGTH (inner_parms);
2650 for (i = 0; i < ntparms; ++i)
8310 int ntparms = TREE_VEC_LENGTH (tparms); local
[all …]
Dcall.c2320 int ntparms = DECL_NTPARMS (tmpl); local
2321 tree targs = make_tree_vec (ntparms);
DChangeLog.28833 and zero tpd.parms based on ntparms. Use tpd2.parms, not
/openbsd/src/gnu/gcc/gcc/cp/
Dpt.c2682 int ntparms = TREE_VEC_LENGTH (inner_parms); in process_partial_specialization() local
2719 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() local
2903 for (i = 0; i < ntparms; ++i) in check_default_tmpl_args()
2970 int ntparms; in check_default_tmpl_args() local
2972 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 …]
Dcall.c2215 int ntparms = DECL_NTPARMS (tmpl); in add_template_candidate_real() local
2216 tree targs = make_tree_vec (ntparms); in add_template_candidate_real()
DChangeLog-19982045 and zero tpd.parms based on ntparms. Use tpd2.parms, not