Home | History | Annotate | Download | only in libiberty

Lines Matching refs:last_name

226   /* What to set the last_name field of d_info to; NULL if we should
1605 di->last_name = ret;
2115 if (di->last_name != NULL)
2117 if (di->last_name->type == DEMANGLE_COMPONENT_NAME)
2118 di->expansion += di->last_name->u.s_name.len;
2119 else if (di->last_name->type == DEMANGLE_COMPONENT_SUB_STD)
2120 di->expansion += di->last_name->u.s_string.len;
2149 return d_make_ctor (di, kind, di->last_name);
2178 return d_make_dtor (di, kind, di->last_name);
2957 hold_last_name = di->last_name;
2993 di->last_name = hold_last_name;
3693 di->last_name = d_make_sub (di, p->set_last_name,
5821 di->last_name = NULL;