Home | History | Annotate | Download | only in libiberty

Lines Matching refs:s_operator

596       printf ("operator %s\n", dc->u.s_operator.op->name);
1044 p->u.s_operator.op = op;
1553 di->expansion += sizeof "operator" + ret->u.s_operator.op->len - 2;
1554 if (!strcmp (ret->u.s_operator.op->code, "li"))
3072 const char *code = op->u.s_operator.op->code;
3182 code = op->u.s_operator.op->code;
3183 di->expansion += op->u.s_operator.op->len - 2;
3194 args = op->u.s_operator.op->args;
5000 const struct demangle_operator_info *op = dc->u.s_operator.op;
5036 code = op->u.s_operator.op->code;
5101 && d_left (dc)->u.s_operator.op->len == 1
5102 && d_left (dc)->u.s_operator.op->name[0] == '>')
5105 if (strcmp (d_left (dc)->u.s_operator.op->code, "cl") == 0
5120 if (strcmp (d_left (dc)->u.s_operator.op->code, "ix") == 0)
5128 if (strcmp (d_left (dc)->u.s_operator.op->code, "cl") != 0)
5134 && d_left (dc)->u.s_operator.op->len == 1
5135 && d_left (dc)->u.s_operator.op->name[0] == '>')
5158 if (!strcmp (op->u.s_operator.op->code, "qu"))
5744 d_append_buffer (dpi, dc->u.s_operator.op->name,
5745 dc->u.s_operator.op->len);