Lines Matching refs:s_fixed
717 dc->u.s_fixed.accum, dc->u.s_fixed.sat); in d_dump()
718 d_dump (dc->u.s_fixed.length, indent + 2) in d_dump()
2540 if ((ret->u.s_fixed.accum = IS_DIGIT (d_peek_char (di)))) in cplus_demangle_type()
2543 ret->u.s_fixed.length = cplus_demangle_type (di); in cplus_demangle_type()
2544 if (ret->u.s_fixed.length == NULL) in cplus_demangle_type()
2548 ret->u.s_fixed.sat = (peek == 's'); in cplus_demangle_type()
3935 dc->u.s_fixed.length); in d_count_templates_scopes()
4947 if (dc->u.s_fixed.sat) in d_print_comp_inner()
4950 if (dc->u.s_fixed.length->u.s_builtin.type in d_print_comp_inner()
4953 d_print_comp (dpi, options, dc->u.s_fixed.length); in d_print_comp_inner()
4956 if (dc->u.s_fixed.accum) in d_print_comp_inner()