Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/libiberty/
H A 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()
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dcplus-dem.c136 int temp_start; /* index in demangled to start of template args */ member
1555 work->temp_start = -1; /* uppermost call to demangle_class */ in demangle_signature()
2449 if (work->temp_start == -1) /* non-recursive call */ in demangle_arm_hp_template()
2450 work->temp_start = declp->p - declp->b; in demangle_arm_hp_template()
2514 if (work->temp_start == -1) /* non-recursive call */ in demangle_arm_hp_template()
2515 work->temp_start = declp->p - declp->b; in demangle_arm_hp_template()
2591 if (work->temp_start == -1) /* non-recursive call only */ in demangle_arm_hp_template()
2592 work->temp_start = 0; /* disable in recursive calls */ in demangle_arm_hp_template()
2672 if (work->temp_start && (work->temp_start != -1)) in demangle_class()
2674 class_name.p = class_name.b + work->temp_start; in demangle_class()
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dcplus-dem.c130 int temp_start; /* index in demangled to start of template args */ member
1469 work->temp_start = -1; /* uppermost call to demangle_class */ in demangle_signature()
2358 if (work->temp_start == -1) /* non-recursive call */ in demangle_arm_hp_template()
2359 work->temp_start = declp->p - declp->b; in demangle_arm_hp_template()
2423 if (work->temp_start == -1) /* non-recursive call */ in demangle_arm_hp_template()
2424 work->temp_start = declp->p - declp->b; in demangle_arm_hp_template()
2500 if (work->temp_start == -1) /* non-recursive call only */ in demangle_arm_hp_template()
2501 work->temp_start = 0; /* disable in recursive calls */ in demangle_arm_hp_template()
2581 if (work->temp_start && (work->temp_start != -1)) in demangle_class()
2583 class_name.p = class_name.b + work->temp_start; in demangle_class()
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dcplus-dem.c130 int temp_start; /* index in demangled to start of template args */ member
1469 work->temp_start = -1; /* uppermost call to demangle_class */ in demangle_signature()
2358 if (work->temp_start == -1) /* non-recursive call */ in demangle_arm_hp_template()
2359 work->temp_start = declp->p - declp->b; in demangle_arm_hp_template()
2423 if (work->temp_start == -1) /* non-recursive call */ in demangle_arm_hp_template()
2424 work->temp_start = declp->p - declp->b; in demangle_arm_hp_template()
2500 if (work->temp_start == -1) /* non-recursive call only */ in demangle_arm_hp_template()
2501 work->temp_start = 0; /* disable in recursive calls */ in demangle_arm_hp_template()
2581 if (work->temp_start && (work->temp_start != -1)) in demangle_class()
2583 class_name.p = class_name.b + work->temp_start; in demangle_class()