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

/freebsd-11-stable/contrib/gcc/cp/
H A Dpt.c2682 int ntparms = TREE_VEC_LENGTH (inner_parms); local
2719 tpd.parms = (int *) alloca (sizeof (int) * ntparms);
2720 memset (tpd.parms, 0, sizeof (int) * ntparms);
2732 for (i = 0; i < ntparms; ++i)
2899 int ntparms = TREE_VEC_LENGTH (inner_parms); local
2903 for (i = 0; i < ntparms; ++i)
2970 int ntparms; local
2972 ntparms = TREE_VEC_LENGTH (inner_parms);
2973 for (i = 0; i < ntparms; ++i)
9907 int ntparms
9906 int ntparms = TREE_VEC_LENGTH (tparms); local
11290 int ntparms = DECL_NTPARMS (fn); local
11356 int i, ntparms = TREE_VEC_LENGTH (tparms); local
[all...]
H A Dcall.c2228 int ntparms = DECL_NTPARMS (tmpl); local
2229 tree targs = make_tree_vec (ntparms);

Completed in 105 milliseconds