Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dcplus-dem.c138 int temp_start; /* index in demangled to start of template args */ member
1339 work->temp_start = -1; /* uppermost call to demangle_class */ in demangle_signature()
2228 if (work->temp_start == -1) /* non-recursive call */ in demangle_arm_hp_template()
2229 work->temp_start = declp->p - declp->b; in demangle_arm_hp_template()
2293 if (work->temp_start == -1) /* non-recursive call */ in demangle_arm_hp_template()
2294 work->temp_start = declp->p - declp->b; in demangle_arm_hp_template()
2370 if (work->temp_start == -1) /* non-recursive call only */ in demangle_arm_hp_template()
2371 work->temp_start = 0; /* disable in recursive calls */ in demangle_arm_hp_template()
2451 if (work->temp_start && (work->temp_start != -1)) in demangle_class()
2453 class_name.p = class_name.b + work->temp_start; in demangle_class()