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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c132 int temp_start; /* index in demangled to start of template args */ member in struct:work_stuff
1332 work->temp_start = -1; /* uppermost call to demangle_class */
2221 if (work->temp_start == -1) /* non-recursive call */
2222 work->temp_start = declp->p - declp->b;
2286 if (work->temp_start == -1) /* non-recursive call */
2287 work->temp_start = declp->p - declp->b;
2363 if (work->temp_start == -1) /* non-recursive call only */
2364 work->temp_start = 0; /* disable in recursive calls */
2444 if (work->temp_start && (work->temp_start !
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcplus-dem.c132 int temp_start; /* index in demangled to start of template args */ member in struct:work_stuff
1332 work->temp_start = -1; /* uppermost call to demangle_class */
2221 if (work->temp_start == -1) /* non-recursive call */
2222 work->temp_start = declp->p - declp->b;
2286 if (work->temp_start == -1) /* non-recursive call */
2287 work->temp_start = declp->p - declp->b;
2363 if (work->temp_start == -1) /* non-recursive call only */
2364 work->temp_start = 0; /* disable in recursive calls */
2444 if (work->temp_start && (work->temp_start !
[all...]

Completed in 149 milliseconds