Lines Matching refs:opstr

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