HomeSort by: relevance | last modified time | path
    Searched defs:tpl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc 826 tree tpl = TYPE_TI_TEMPLATE (t); local
828 while (DECL_TEMPLATE_INFO (tpl))
829 tpl = DECL_TI_TEMPLATE (tpl);
830 decl = tpl;
2046 tree tpl = TI_TEMPLATE (info); local
2047 tree parms = DECL_TEMPLATE_PARMS (tpl);
  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 831 tree tpl = TYPE_TI_TEMPLATE (t); local
833 while (DECL_TEMPLATE_INFO (tpl))
834 tpl = DECL_TI_TEMPLATE (tpl);
835 decl = tpl;
2116 tree tpl = TI_TEMPLATE (info); local
2117 tree parms = DECL_TEMPLATE_PARMS (tpl);
  /src/sys/dev/pci/
if_mcx.c 8516 const struct mcx_ppcnt *tpl = &ksp->ksp_tpl[i]; local
8518 kstat_kv_unit_init(&kvs[i], tpl->name,
8519 KSTAT_KV_T_COUNTER64, tpl->unit);
8769 const struct mcx_queuestat *tpl = local
8772 kstat_kv_init(&kvs[i], tpl->name, tpl->type);

Completed in 28 milliseconds