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

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c2034 struct template_parm_data tpd2; local
2113 tpd2.parms = 0;
2136 if (!tpd2.parms)
2139 tpd2.arg_uses_template_parms
2144 tpd2.parms = (int*) alloca (sizeof (int) * nargs);
2145 tpd2.level =
2152 tpd2.current_arg = i;
2153 tpd2.arg_uses_template_parms[i] = 0;
2154 bzero ((PTR) tpd2.parms, sizeof (int) * nargs);
2157 &tpd2);
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c4158 struct template_parm_data tpd2; local
4264 tpd2.parms = 0;
4327 if (!tpd2.parms)
4330 tpd2.arg_uses_template_parms = XALLOCAVEC (int, nargs);
4334 tpd2.parms = XALLOCAVEC (int, nargs);
4335 tpd2.level =
4342 tpd2.current_arg = i;
4343 tpd2.arg_uses_template_parms[i] = 0;
4344 memset (tpd2.parms, 0, sizeof (int) * nargs);
4347 &tpd2,
[all...]

Completed in 139 milliseconds