HomeSort by: relevance | last modified time | path
    Searched refs:tpd2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 5173 struct template_parm_data tpd2; local
5317 tpd2.parms = 0;
5375 if (!tpd2.parms)
5377 /* We haven't yet initialized TPD2. Do so now. */
5378 tpd2.arg_uses_template_parms = XALLOCAVEC (int, nargs);
5382 tpd2.parms = XALLOCAVEC (int, nargs);
5383 tpd2.level =
5390 tpd2.current_arg = i;
5391 tpd2.arg_uses_template_parms[i] = 0;
5392 memset (tpd2.parms, 0, sizeof (int) * nargs)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 5153 struct template_parm_data tpd2; local
5297 tpd2.parms = 0;
5355 if (!tpd2.parms)
5357 /* We haven't yet initialized TPD2. Do so now. */
5358 tpd2.arg_uses_template_parms = XALLOCAVEC (int, nargs);
5362 tpd2.parms = XALLOCAVEC (int, nargs);
5363 tpd2.level =
5370 tpd2.current_arg = i;
5371 tpd2.arg_uses_template_parms[i] = 0;
5372 memset (tpd2.parms, 0, sizeof (int) * nargs)
    [all...]

Completed in 25 milliseconds