Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dcplus-dem.c130 int temp_start; /* index in demangled to start of template args */ member
1489 work->temp_start = -1; /* uppermost call to demangle_class */ in demangle_signature()
2378 if (work->temp_start == -1) /* non-recursive call */ in demangle_arm_hp_template()
2379 work->temp_start = declp->p - declp->b; in demangle_arm_hp_template()
2443 if (work->temp_start == -1) /* non-recursive call */ in demangle_arm_hp_template()
2444 work->temp_start = declp->p - declp->b; in demangle_arm_hp_template()
2520 if (work->temp_start == -1) /* non-recursive call only */ in demangle_arm_hp_template()
2521 work->temp_start = 0; /* disable in recursive calls */ in demangle_arm_hp_template()
2601 if (work->temp_start && (work->temp_start != -1)) in demangle_class()
2603 class_name.p = class_name.b + work->temp_start; in demangle_class()
DChangeLog6146 (work_stuff): add temp_start field; add field for volatile member
6152 demangle_arm_pt.); check and set value of temp_start field in
6167 cases '1' - '9' : initialize the temp_start field to -1 and handle