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

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c1993 struct template_parm_data* tpd = (struct template_parm_data*) data; local
2006 if (level == tpd->level)
2008 tpd->parms[idx] = 1;
2009 tpd->arg_uses_template_parms[tpd->current_arg] = 1;
2033 struct template_parm_data tpd; local
2066 tpd.level = TMPL_PARMS_DEPTH (current_template_parms);
2067 tpd.parms = alloca (sizeof (int) * ntparms);
2068 bzero ((PTR) tpd.parms, sizeof (int) * ntparms);
2070 tpd
2077 &tpd); local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c4125 struct template_parm_data* tpd = (struct template_parm_data*) data; local
4129 if (level == tpd->level)
4131 tpd->parms[idx] = 1;
4132 tpd->arg_uses_template_parms[tpd->current_arg] = 1;
4157 struct template_parm_data tpd; local
4195 tpd.level = TMPL_PARMS_DEPTH (current_template_parms);
4196 tpd.parms = XALLOCAVEC (int, ntparms);
4197 memset (tpd.parms, 0, sizeof (int) * ntparms);
4199 tpd
4206 &tpd, local
[all...]

Completed in 1000 milliseconds