Lines Matching refs:xyerror

1305 	xyerror(D_INT_OFLOW, "integer constant 0x%llx cannot be represented "  in dt_node_int()
1461 xyerror(D_DECL_USELESS, "useless declaration\n"); in dt_node_decl()
1470 xyerror(D_DECL_SCOPE, "D scoping operator may not be used in " in dt_node_decl()
1495 xyerror(D_DECL_BADCLASS, "specified storage class not " in dt_node_decl()
1510 xyerror(D_DECL_IDRED, "identifier redeclared: %s`%s\n" in dt_node_decl()
1519 xyerror(D_UNKNOWN, in dt_node_decl()
1533 xyerror(D_DECL_IDRED, "global variable identifier " in dt_node_decl()
1539 xyerror(D_DECL_IDRED, in dt_node_decl()
1557 xyerror(D_UNKNOWN, "failed to copy typedef %s " in dt_node_decl()
1567 xyerror(D_UNKNOWN, "failed to typedef %s: %s\n", in dt_node_decl()
1603 xyerror(D_DECL_ARRNULL, in dt_node_decl()
1609 xyerror(D_DECL_IDRED, "built-in identifier " in dt_node_decl()
1617 xyerror(D_DECL_IDRED, "typedef identifier " in dt_node_decl()
1651 xyerror(D_DECL_LOCASSC, "associative arrays " in dt_node_decl()
1663 xyerror(D_DECL_IDRED, "identifier redeclared: %s\n" in dt_node_decl()
1686 xyerror(D_DECL_IDRED, in dt_node_decl()
1698 xyerror(D_DECL_IDRED, in dt_node_decl()
1718 xyerror(D_DECL_VOIDOBJ, "cannot have " in dt_node_decl()
1728 xyerror(D_DECL_INCOMPLETE, in dt_node_decl()
1736 xyerror(D_ID_OFLOW, "cannot create %s: limit " in dt_node_decl()
1784 xyerror(D_FUNC_IDENT, in dt_node_func()
1791 xyerror(D_FUNC_UNDEF, in dt_node_func()
1798 xyerror(D_FUNC_IDKIND, "%s '%s' may not be referenced as a " in dt_node_func()
1845 xyerror(D_OFFSETOF_TYPE, in dt_node_offsetof()
1850 xyerror(D_UNKNOWN, "failed to determine offset of %s: %s\n", in dt_node_offsetof()
1858 xyerror(D_OFFSETOF_BITFIELD, in dt_node_offsetof()
1906 xyerror(D_SIZEOF_TYPE, "cannot apply sizeof to an " in dt_node_op1()
1982 xyerror(D_DIV_ZERO, "expression contains division by zero\n"); in dt_node_op2()
2205 xyerror(D_PDESC_INVAL, "invalid probe description \"%s\": %s\n", in dt_node_pdesc_by_name()
2229 xyerror(D_PDESC_INVAL, "identifier %llu exceeds maximum " in dt_node_pdesc_by_id()
2234 xyerror(D_PDESC_INVAL, "probe identifier %llu not permitted " in dt_node_pdesc_by_id()
2240 xyerror(D_PDESC_INVAL, "invalid probe identifier %llu: %s\n", in dt_node_pdesc_by_id()
2277 xyerror(D_DECL_BADCLASS, "specified storage class not " in dt_node_inline()
2282 xyerror(D_DECL_USELESS, "inline declaration requires a name\n"); in dt_node_inline()
2286 xyerror(D_DECL_IDRED, "identifier redefined: %s\n\t current: " in dt_node_inline()
2298 xyerror(D_DECL_ARRNULL, "inline declaration requires " in dt_node_inline()
2303 xyerror(D_DECL_ARRNULL, "inline declaration cannot be " in dt_node_inline()
2321 xyerror(D_DECL_VOIDOBJ, in dt_node_inline()
2327 xyerror(D_DECL_INCOMPLETE, in dt_node_inline()
2510 xyerror(D_XLATE_REDECL, in dt_node_xlator()
2520 xyerror(D_XLATE_SOU, "incomplete struct/union/enum %s\n", in dt_node_xlator()
2525 xyerror(D_XLATE_SOU, in dt_node_xlator()
2558 xyerror(D_PROV_BADNAME, "probe name may not " in dt_node_probe()
2563 xyerror(D_PROV_BADNAME, "probe name may not exceed %d " in dt_node_probe()
2580 xyerror(D_PROV_PRARGLEN, "probe %s input prototype exceeds %u " in dt_node_probe()
2585 xyerror(D_PROV_PRARGLEN, "probe %s output prototype exceeds %u " in dt_node_probe()
2738 xyerror(D_IDENT_BADREF, "%s '%s' may not be referenced " in dt_xcook_ident()
2779 xyerror(D_SYM_BADREF, "%s module '%s' symbol '%s' may " in dt_xcook_ident()
2790 xyerror(D_SYM_MODEL, "cannot use %s symbol " in dt_xcook_ident()
2806 xyerror(D_SYM_NOTYPES, in dt_xcook_ident()
2854 xyerror(D_ID_OFLOW, "cannot create %s: limit on number " in dt_xcook_ident()
2902 xyerror(D_IDENT_UNDEF, "failed to resolve %s%s%s: %s\n", in dt_xcook_ident()
2906 xyerror(D_IDENT_UNDEF, "failed to resolve %s: %s\n", in dt_xcook_ident()
2989 xyerror(D_TYPE_ERR, "failed to lookup int64_t\n"); in dt_cook_op1()
3027 xyerror(D_DEREF_NONPTR, in dt_cook_op1()
3038 xyerror(D_DEREF_VOID, in dt_cook_op1()
3043 xyerror(D_DEREF_FUNC, in dt_cook_op1()
3070 xyerror(D_OP_ARITH, "operator %s requires an operand " in dt_cook_op1()
3078 xyerror(D_OP_INT, "operator %s requires an operand of " in dt_cook_op1()
3086 xyerror(D_OP_SCALAR, "operator %s requires an operand " in dt_cook_op1()
3095 xyerror(D_ADDROF_VAR, in dt_cook_op1()
3100 xyerror(D_ADDROF_VAR, in dt_cook_op1()
3105 xyerror(D_ADDROF_LVAL, /* see K&R[A7.4.2] */ in dt_cook_op1()
3110 xyerror(D_ADDROF_BITFIELD, in dt_cook_op1()
3120 xyerror(D_TYPE_ERR, "cannot find type for \"&\": %s*\n", in dt_cook_op1()
3130 xyerror(D_SIZEOF_BITFIELD, in dt_cook_op1()
3135 xyerror(D_SIZEOF_TYPE, "cannot apply sizeof to an " in dt_cook_op1()
3147 xyerror(D_STRINGOF_TYPE, in dt_cook_op1()
3160 xyerror(D_OP_SCALAR, "operator %s requires operand of " in dt_cook_op1()
3165 xyerror(D_OP_VFPTR, "operator %s requires an operand " in dt_cook_op1()
3170 xyerror(D_OP_LVAL, "operator %s requires modifiable " in dt_cook_op1()
3175 xyerror(D_OP_WRITE, "operator %s can only be applied " in dt_cook_op1()
3183 xyerror(D_UNKNOWN, "invalid unary op %s\n", opstr(dnp->dn_op)); in dt_cook_op1()
3201 xyerror(D_OP_LVAL, "operator %s requires modifiable " in dt_assign_common()
3207 xyerror(D_OP_WRITE, "operator %s can only be applied " in dt_assign_common()
3291 xyerror(D_OP_INT, "operator %s requires operands of " in dt_cook_op2()
3304 xyerror(D_OP_INT, "operator %s requires operands of " in dt_cook_op2()
3317 xyerror(D_OP_INT, "operator %s requires operands of " in dt_cook_op2()
3330 xyerror(D_OP_ARITH, "operator %s requires operands of " in dt_cook_op2()
3344 xyerror(D_OP_SCALAR, "operator %s requires operands " in dt_cook_op2()
3378 xyerror(D_IDENT_AMBIG, in dt_cook_op2()
3420 xyerror(D_OP_INCOMPAT, "operands have " in dt_cook_op2()
3469 xyerror(D_OP_INCOMPAT, "operands have incompatible " in dt_cook_op2()
3501 xyerror(D_OP_INT, "operator %s requires operands of " in dt_cook_op2()
3520 xyerror(D_OP_ARITH, "operator %s requires operands of " in dt_cook_op2()
3560 xyerror(D_AGG_FUNC, in dt_cook_op2()
3566 xyerror(D_AGG_REDEF, in dt_cook_op2()
3582 xyerror(D_OP_LVAL, "operator = requires " in dt_cook_op2()
3638 xyerror(D_OP_ARRFUN, "operator %s may not be " in dt_cook_op2()
3652 xyerror(D_OP_INCOMPAT, in dt_cook_op2()
3672 xyerror(D_OP_INCOMPAT, "operands have " in dt_cook_op2()
3686 xyerror(D_OP_VFPTR, in dt_cook_op2()
3691 xyerror(D_OP_INCOMPAT, "operands have " in dt_cook_op2()
3736 xyerror(D_OP_IDENT, "operator %s must be followed by " in dt_cook_op2()
3749 xyerror(D_XLATE_NOCONV, in dt_cook_op2()
3767 xyerror(D_OP_PTR, "operator %s must be " in dt_cook_op2()
3789 xyerror(D_OP_INCOMPLETE, in dt_cook_op2()
3798 xyerror(D_OP_SOU, "operator -> cannot be " in dt_cook_op2()
3803 xyerror(D_OP_SOU, "operator %s cannot be " in dt_cook_op2()
3811 xyerror(D_TYPE_MEMBER, in dt_cook_op2()
3854 xyerror(D_AGG_MDIM, "improper attempt to " in dt_cook_op2()
3880 xyerror(D_ARR_LOCAL, in dt_cook_op2()
3893 xyerror(D_IDENT_BADREF, "%s '%s' may not be referenced " in dt_cook_op2()
3938 xyerror(D_XLATE_NONE, in dt_cook_op2()
3986 xyerror(D_CAST_INVAL, in dt_cook_op2()
4010 xyerror(D_OP_DYN, "operator %s operands " in dt_cook_op2()
4015 xyerror(D_OP_ACT, "operator %s operands " in dt_cook_op2()
4024 xyerror(D_UNKNOWN, "invalid binary op %s\n", opstr(op)); in dt_cook_op2()
4038 xyerror(D_ARR_BADREF, in dt_cook_op2()
4077 xyerror(D_OP_SCALAR, in dt_cook_op3()
4082 xyerror(D_OP_DYN, in dt_cook_op3()
4102 xyerror(D_OP_INCOMPAT, in dt_cook_op3()
4107 xyerror(D_OP_ACT, "action cannot be " in dt_cook_op3()
4237 xyerror(D_PRED_SCALAR, in dt_cook_clause()
4340 xyerror(D_XLATE_MEMB, in dt_cook_xlator()
4352 xyerror(D_XLATE_INCOMPAT, in dt_cook_xlator()
5140 xyerror(dt_errtag_t tag, const char *format, ...) in xyerror() function