Lines Matching defs:opstr

128 opstr(int op)
468 (void) snprintf(buf, len, "operator %s", opstr(dnp->dn_op));
3052 "of arithmetic type\n", opstr(dnp->dn_op));
3060 "integral type\n", opstr(dnp->dn_op));
3068 "of scalar type\n", opstr(dnp->dn_op));
3142 "scalar type\n", opstr(dnp->dn_op));
3147 "of known size\n", opstr(dnp->dn_op));
3152 "lvalue as an operand\n", opstr(dnp->dn_op));
3157 "to a writable variable\n", opstr(dnp->dn_op));
3164 xyerror(D_UNKNOWN, "invalid unary op %s\n", opstr(dnp->dn_op));
3183 "lvalue as an operand\n", opstr(op));
3189 "to a writable variable\n", opstr(op));
3273 "integral type\n", opstr(op));
3286 "integral type\n", opstr(op));
3299 "integral type\n", opstr(op));
3312 "arithmetic type\n", opstr(op));
3326 "of scalar type\n", opstr(op));
3362 opstr(op), rp->dn_string,
3403 dt_node_type_name(lp, n1, sizeof (n1)), opstr(op),
3452 dt_node_type_name(lp, n1, sizeof (n1)), opstr(op),
3483 "integral type\n", opstr(op));
3502 "arithmetic type\n", opstr(op));
3621 opstr(op),
3635 dt_node_type_name(lp, n1, sizeof (n1)), opstr(op),
3655 dt_node_type_name(lp, n1, sizeof (n1)), opstr(op),
3669 "operand of known size\n", opstr(op));
3675 opstr(op),
3718 "an identifier\n", opstr(op));
3749 "applied to a pointer\n", opstr(op));
3773 "is available\n", opstr(op), tag);
3786 "to a struct or union\n", opstr(op),
3992 "cannot be of dynamic type\n", opstr(op));
3997 "cannot be actions\n", opstr(op));
4005 xyerror(D_UNKNOWN, "invalid binary op %s\n", opstr(op));
4726 (void) fprintf(fp, "%s(", opstr(dnp->dn_op));
4741 (void) fprintf(fp, "%s", opstr(dnp->dn_op));
4743 (void) fprintf(fp, " %s ", opstr(dnp->dn_op));
4928 (void) fprintf(fp, "OP1 %s (%s)\n", opstr(dnp->dn_op), buf);
4933 (void) fprintf(fp, "OP2 %s (%s)\n", opstr(dnp->dn_op), buf);