Lines Matching refs:last_name
226 /* What to set the last_name field of d_info to; NULL if we should
1427 di->last_name = ret;
1890 if (di->last_name != NULL)
1892 if (di->last_name->type == DEMANGLE_COMPONENT_NAME)
1893 di->expansion += di->last_name->u.s_name.len;
1894 else if (di->last_name->type == DEMANGLE_COMPONENT_SUB_STD)
1895 di->expansion += di->last_name->u.s_string.len;
1918 return d_make_ctor (di, kind, di->last_name);
1940 return d_make_dtor (di, kind, di->last_name);
2591 hold_last_name = di->last_name;
2625 di->last_name = hold_last_name;
3196 di->last_name = d_make_sub (di, p->set_last_name,
4771 di->last_name = NULL;