Home | History | Annotate | Download | only in m_demangle

Lines Matching refs:last_name

253   /* What to set the last_name field of d_info to; NULL if we should
1370 hold_last_name = di->last_name;
1381 di->last_name = hold_last_name;
1676 di->last_name = ret;
2197 if (di->last_name != NULL)
2199 if (di->last_name->type == DEMANGLE_COMPONENT_NAME)
2200 di->expansion += di->last_name->u.s_name.len;
2201 else if (di->last_name->type == DEMANGLE_COMPONENT_SUB_STD)
2202 di->expansion += di->last_name->u.s_string.len;
2243 return d_make_ctor (di, kind, di->last_name);
2272 return d_make_dtor (di, kind, di->last_name);
3125 hold_last_name = di->last_name;
3156 di->last_name = hold_last_name;
3897 di->last_name = d_make_sub (di, p->set_last_name,
6197 di->last_name = NULL;