Lines Matching refs:opstr
128 opstr(int op)
468 (void) snprintf(buf, len, "operator %s", opstr(dnp->dn_op));
3029 "of arithmetic type\n", opstr(dnp->dn_op));
3037 "integral type\n", opstr(dnp->dn_op));
3045 "of scalar type\n", opstr(dnp->dn_op));
3118 "scalar type\n", opstr(dnp->dn_op));
3123 "of known size\n", opstr(dnp->dn_op));
3128 "lvalue as an operand\n", opstr(dnp->dn_op));
3133 "to a writable variable\n", opstr(dnp->dn_op));
3140 xyerror(D_UNKNOWN, "invalid unary op %s\n", opstr(dnp->dn_op));
3159 "lvalue as an operand\n", opstr(op));
3165 "to a writable variable\n", opstr(op));
3249 "integral type\n", opstr(op));
3262 "integral type\n", opstr(op));
3275 "integral type\n", opstr(op));
3288 "arithmetic type\n", opstr(op));
3302 "of scalar type\n", opstr(op));
3338 opstr(op), rp->dn_string,
3379 dt_node_type_name(lp, n1, sizeof (n1)), opstr(op),
3428 dt_node_type_name(lp, n1, sizeof (n1)), opstr(op),
3459 "integral type\n", opstr(op));
3478 "arithmetic type\n", opstr(op));
3597 opstr(op),
3611 dt_node_type_name(lp, n1, sizeof (n1)), opstr(op),
3631 dt_node_type_name(lp, n1, sizeof (n1)), opstr(op),
3645 "operand of known size\n", opstr(op));
3651 opstr(op),
3694 "an identifier\n", opstr(op));
3725 "applied to a pointer\n", opstr(op));
3749 "is available\n", opstr(op), tag);
3762 "to a struct or union\n", opstr(op),
3968 "cannot be of dynamic type\n", opstr(op));
3973 "cannot be actions\n", opstr(op));
3981 xyerror(D_UNKNOWN, "invalid binary op %s\n", opstr(op));
4702 (void) fprintf(fp, "%s(", opstr(dnp->dn_op));
4717 (void) fprintf(fp, "%s", opstr(dnp->dn_op));
4719 (void) fprintf(fp, " %s ", opstr(dnp->dn_op));
4904 (void) fprintf(fp, "OP1 %s (%s)\n", opstr(dnp->dn_op), buf);
4909 (void) fprintf(fp, "OP2 %s (%s)\n", opstr(dnp->dn_op), buf);