Home | History | Annotate | Download | only in m_demangle

Lines Matching refs:dcr

1290 	      struct demangle_component *dcr;
1292 dcr = d_right (dc);
1293 while (dcr->type == DEMANGLE_COMPONENT_RESTRICT_THIS
1294 || dcr->type == DEMANGLE_COMPONENT_VOLATILE_THIS
1295 || dcr->type == DEMANGLE_COMPONENT_CONST_THIS
1296 || dcr->type == DEMANGLE_COMPONENT_REFERENCE_THIS
1297 || dcr->type == DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS)
1298 dcr = d_left (dcr);
1299 dc->u.s_binary.right = dcr;