Home | History | Annotate | Download | only in m_demangle

Lines Matching refs:tem

654   const char *tem;
667 tem = opname + 4;
668 if (do_type (work, &tem, &type))
761 tem = opname + 5;
762 if (do_type (work, &tem, &type))
4244 char *tem;
4263 tem = XNEWVEC (char, len + 1);
4264 memcpy (tem, start, len);
4265 tem[len] = '\0';
4266 work -> typevec[work -> ntypes++] = tem;
4274 char *tem;
4290 tem = XNEWVEC (char, len + 1);
4291 memcpy (tem, start, len);
4292 tem[len] = '\0';
4293 work -> ktypevec[work -> numk++] = tem;
4330 char *tem;
4332 tem = XNEWVEC (char, len + 1);
4333 memcpy (tem, start, len);
4334 tem[len] = '\0';
4335 work -> btypevec[indx] = tem;
4432 const char *tem;
4494 tem = work -> typevec[t];
4499 if (!do_arg (work, &tem, &arg))
4592 const char *tem;
4679 tem = declp->b + 5;
4680 if (do_type (work, &tem, &type))
4693 tem = declp->b + 4;
4694 if (do_type (work, &tem, &type))
4770 int tem;
4783 tem = s->p - s->b;
4784 n += tem;
4787 s->p = s->b + tem;