Home | History | Annotate | Download | only in gcc-demangle

Lines Matching defs:dcr

1145 	      struct demangle_component *dcr;
1147 dcr = d_right (dc);
1148 while (dcr->type == DEMANGLE_COMPONENT_RESTRICT_THIS
1149 || dcr->type == DEMANGLE_COMPONENT_VOLATILE_THIS
1150 || dcr->type == DEMANGLE_COMPONENT_CONST_THIS)
1151 dcr = d_left (dcr);
1152 dc->u.s_binary.right = dcr;