Home | History | Annotate | Download | only in m_demangle

Lines Matching refs:temp_start

156   int temp_start;       /* index in demangled to start of template args */
1578 work->temp_start = -1; /* uppermost call to demangle_class */
2472 if (work->temp_start == -1) /* non-recursive call */
2473 work->temp_start = declp->p - declp->b;
2537 if (work->temp_start == -1) /* non-recursive call */
2538 work->temp_start = declp->p - declp->b;
2614 if (work->temp_start == -1) /* non-recursive call only */
2615 work->temp_start = 0; /* disable in recursive calls */
2695 if (work->temp_start && (work->temp_start != -1))
2697 class_name.p = class_name.b + work->temp_start;