Lines Matching defs:opstr

123 opstr(int op)
463 (void) snprintf(buf, len, "operator %s", opstr(dnp->dn_op));
3023 "of arithmetic type\n", opstr(dnp->dn_op));
3031 "integral type\n", opstr(dnp->dn_op));
3039 "of scalar type\n", opstr(dnp->dn_op));
3112 "scalar type\n", opstr(dnp->dn_op));
3117 "of known size\n", opstr(dnp->dn_op));
3122 "lvalue as an operand\n", opstr(dnp->dn_op));
3127 "to a writable variable\n", opstr(dnp->dn_op));
3134 xyerror(D_UNKNOWN, "invalid unary op %s\n", opstr(dnp->dn_op));
3153 "lvalue as an operand\n", opstr(op));
3159 "to a writable variable\n", opstr(op));
3243 "integral type\n", opstr(op));
3256 "integral type\n", opstr(op));
3269 "integral type\n", opstr(op));
3282 "arithmetic type\n", opstr(op));
3296 "of scalar type\n", opstr(op));
3332 opstr(op), rp->dn_string,
3373 dt_node_type_name(lp, n1, sizeof (n1)), opstr(op),
3422 dt_node_type_name(lp, n1, sizeof (n1)), opstr(op),
3453 "integral type\n", opstr(op));
3472 "arithmetic type\n", opstr(op));
3591 opstr(op),
3605 dt_node_type_name(lp, n1, sizeof (n1)), opstr(op),
3625 dt_node_type_name(lp, n1, sizeof (n1)), opstr(op),
3639 "operand of known size\n", opstr(op));
3645 opstr(op),
3688 "an identifier\n", opstr(op));
3719 "applied to a pointer\n", opstr(op));
3743 "is available\n", opstr(op), tag);
3756 "to a struct or union\n", opstr(op),
3962 "cannot be of dynamic type\n", opstr(op));
3967 "cannot be actions\n", opstr(op));
3975 xyerror(D_UNKNOWN, "invalid binary op %s\n", opstr(op));
4696 (void) fprintf(fp, "%s(", opstr(dnp->dn_op));
4711 (void) fprintf(fp, "%s", opstr(dnp->dn_op));
4713 (void) fprintf(fp, " %s ", opstr(dnp->dn_op));
4898 (void) fprintf(fp, "OP1 %s (%s)\n", opstr(dnp->dn_op), buf);
4903 (void) fprintf(fp, "OP2 %s (%s)\n", opstr(dnp->dn_op), buf);