Home | History | Annotate | Download | only in libiberty

Lines Matching refs:dcr

1277 	      struct demangle_component *dcr;
1279 dcr = d_right (dc);
1280 while (dcr->type == DEMANGLE_COMPONENT_RESTRICT_THIS
1281 || dcr->type == DEMANGLE_COMPONENT_VOLATILE_THIS
1282 || dcr->type == DEMANGLE_COMPONENT_CONST_THIS
1283 || dcr->type == DEMANGLE_COMPONENT_REFERENCE_THIS
1284 || dcr->type == DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS)
1285 dcr = d_left (dcr);
1286 dc->u.s_binary.right = dcr;