Home | History | Annotate | Download | only in m_demangle

Lines Matching refs:s_operator

611       printf ("operator %s\n", dc->u.s_operator.op->name);
1057 p->u.s_operator.op = op;
1566 di->expansion += sizeof "operator" + ret->u.s_operator.op->len - 2;
1567 if (!strcmp (ret->u.s_operator.op->code, "li"))
3085 const char *code = op->u.s_operator.op->code;
3195 code = op->u.s_operator.op->code;
3196 di->expansion += op->u.s_operator.op->len - 2;
3207 args = op->u.s_operator.op->args;
5016 const struct demangle_operator_info *op = dc->u.s_operator.op;
5052 code = op->u.s_operator.op->code;
5117 && d_left (dc)->u.s_operator.op->len == 1
5118 && d_left (dc)->u.s_operator.op->name[0] == '>')
5121 if (strcmp (d_left (dc)->u.s_operator.op->code, "cl") == 0
5136 if (strcmp (d_left (dc)->u.s_operator.op->code, "ix") == 0)
5144 if (strcmp (d_left (dc)->u.s_operator.op->code, "cl") != 0)
5150 && d_left (dc)->u.s_operator.op->len == 1
5151 && d_left (dc)->u.s_operator.op->name[0] == '>')
5174 if (!strcmp (op->u.s_operator.op->code, "qu"))
5760 d_append_buffer (dpi, dc->u.s_operator.op->name,
5761 dc->u.s_operator.op->len);