Home | History | Annotate | Download | only in libiberty

Lines Matching refs:last_name

236   /* What to set the last_name field of d_info to; NULL if we should
1390 hold_last_name = di->last_name;
1401 di->last_name = hold_last_name;
1704 di->last_name = ret;
2238 if (di->last_name != NULL)
2240 if (di->last_name->type == DEMANGLE_COMPONENT_NAME)
2241 di->expansion += di->last_name->u.s_name.len;
2242 else if (di->last_name->type == DEMANGLE_COMPONENT_SUB_STD)
2243 di->expansion += di->last_name->u.s_string.len;
2284 return d_make_ctor (di, kind, di->last_name);
2313 return d_make_dtor (di, kind, di->last_name);
3184 hold_last_name = di->last_name;
3215 di->last_name = hold_last_name;
4031 di->last_name = d_make_sub (di, p->set_last_name,
6398 di->last_name = NULL;