Lines Matching refs:xyerror

1287 	xyerror(D_INT_OFLOW, "integer constant 0x%llx cannot be represented "  in dt_node_int()
1445 xyerror(D_DECL_USELESS, "useless declaration\n"); in dt_node_decl()
1454 xyerror(D_DECL_SCOPE, "D scoping operator may not be used in " in dt_node_decl()
1479 xyerror(D_DECL_BADCLASS, "specified storage class not " in dt_node_decl()
1494 xyerror(D_DECL_IDRED, "identifier redeclared: %s`%s\n" in dt_node_decl()
1503 xyerror(D_UNKNOWN, in dt_node_decl()
1517 xyerror(D_DECL_IDRED, "global variable identifier " in dt_node_decl()
1523 xyerror(D_DECL_IDRED, in dt_node_decl()
1541 xyerror(D_UNKNOWN, "failed to copy typedef %s " in dt_node_decl()
1551 xyerror(D_UNKNOWN, "failed to typedef %s: %s\n", in dt_node_decl()
1587 xyerror(D_DECL_ARRNULL, in dt_node_decl()
1593 xyerror(D_DECL_IDRED, "built-in identifier " in dt_node_decl()
1601 xyerror(D_DECL_IDRED, "typedef identifier " in dt_node_decl()
1635 xyerror(D_DECL_LOCASSC, "associative arrays " in dt_node_decl()
1647 xyerror(D_DECL_IDRED, "identifier redeclared: %s\n" in dt_node_decl()
1670 xyerror(D_DECL_IDRED, in dt_node_decl()
1682 xyerror(D_DECL_IDRED, in dt_node_decl()
1702 xyerror(D_DECL_VOIDOBJ, "cannot have " in dt_node_decl()
1712 xyerror(D_DECL_INCOMPLETE, in dt_node_decl()
1720 xyerror(D_ID_OFLOW, "cannot create %s: limit " in dt_node_decl()
1768 xyerror(D_FUNC_IDENT, in dt_node_func()
1775 xyerror(D_FUNC_UNDEF, in dt_node_func()
1782 xyerror(D_FUNC_IDKIND, "%s '%s' may not be referenced as a " in dt_node_func()
1828 xyerror(D_OFFSETOF_TYPE, in dt_node_offsetof()
1833 xyerror(D_UNKNOWN, "failed to determine offset of %s: %s\n", in dt_node_offsetof()
1841 xyerror(D_OFFSETOF_BITFIELD, in dt_node_offsetof()
1889 xyerror(D_SIZEOF_TYPE, "cannot apply sizeof to an " in dt_node_op1()
1957 xyerror(D_DIV_ZERO, "expression contains division by zero\n"); in dt_node_op2()
2180 xyerror(D_PDESC_INVAL, "invalid probe description \"%s\": %s\n", in dt_node_pdesc_by_name()
2204 xyerror(D_PDESC_INVAL, "identifier %llu exceeds maximum " in dt_node_pdesc_by_id()
2209 xyerror(D_PDESC_INVAL, "probe identifier %llu not permitted " in dt_node_pdesc_by_id()
2215 xyerror(D_PDESC_INVAL, "invalid probe identifier %llu: %s\n", in dt_node_pdesc_by_id()
2252 xyerror(D_DECL_BADCLASS, "specified storage class not " in dt_node_inline()
2257 xyerror(D_DECL_USELESS, "inline declaration requires a name\n"); in dt_node_inline()
2261 xyerror(D_DECL_IDRED, "identifier redefined: %s\n\t current: " in dt_node_inline()
2273 xyerror(D_DECL_ARRNULL, "inline declaration requires " in dt_node_inline()
2278 xyerror(D_DECL_ARRNULL, "inline declaration cannot be " in dt_node_inline()
2296 xyerror(D_DECL_VOIDOBJ, in dt_node_inline()
2302 xyerror(D_DECL_INCOMPLETE, in dt_node_inline()
2485 xyerror(D_XLATE_REDECL, in dt_node_xlator()
2495 xyerror(D_XLATE_SOU, "incomplete struct/union/enum %s\n", in dt_node_xlator()
2500 xyerror(D_XLATE_SOU, in dt_node_xlator()
2533 xyerror(D_PROV_BADNAME, "probe name may not " in dt_node_probe()
2538 xyerror(D_PROV_BADNAME, "probe name may not exceed %d " in dt_node_probe()
2555 xyerror(D_PROV_PRARGLEN, "probe %s input prototype exceeds %u " in dt_node_probe()
2560 xyerror(D_PROV_PRARGLEN, "probe %s output prototype exceeds %u " in dt_node_probe()
2713 xyerror(D_IDENT_BADREF, "%s '%s' may not be referenced " in dt_xcook_ident()
2754 xyerror(D_SYM_BADREF, "%s module '%s' symbol '%s' may " in dt_xcook_ident()
2765 xyerror(D_SYM_MODEL, "cannot use %s symbol " in dt_xcook_ident()
2772 xyerror(D_SYM_NOTYPES, in dt_xcook_ident()
2818 xyerror(D_ID_OFLOW, "cannot create %s: limit on number " in dt_xcook_ident()
2866 xyerror(D_IDENT_UNDEF, "failed to resolve %s%s%s: %s\n", in dt_xcook_ident()
2870 xyerror(D_IDENT_UNDEF, "failed to resolve %s: %s\n", in dt_xcook_ident()
2953 xyerror(D_TYPE_ERR, "failed to lookup int64_t\n"); in dt_cook_op1()
2991 xyerror(D_DEREF_NONPTR, in dt_cook_op1()
3002 xyerror(D_DEREF_VOID, in dt_cook_op1()
3007 xyerror(D_DEREF_FUNC, in dt_cook_op1()
3034 xyerror(D_OP_ARITH, "operator %s requires an operand " in dt_cook_op1()
3042 xyerror(D_OP_INT, "operator %s requires an operand of " in dt_cook_op1()
3050 xyerror(D_OP_SCALAR, "operator %s requires an operand " in dt_cook_op1()
3059 xyerror(D_ADDROF_VAR, in dt_cook_op1()
3064 xyerror(D_ADDROF_VAR, in dt_cook_op1()
3069 xyerror(D_ADDROF_LVAL, /* see K&R[A7.4.2] */ in dt_cook_op1()
3074 xyerror(D_ADDROF_BITFIELD, in dt_cook_op1()
3083 xyerror(D_TYPE_ERR, "cannot find type for \"&\": %s*\n", in dt_cook_op1()
3093 xyerror(D_SIZEOF_BITFIELD, in dt_cook_op1()
3098 xyerror(D_SIZEOF_TYPE, "cannot apply sizeof to an " in dt_cook_op1()
3110 xyerror(D_STRINGOF_TYPE, in dt_cook_op1()
3123 xyerror(D_OP_SCALAR, "operator %s requires operand of " in dt_cook_op1()
3128 xyerror(D_OP_VFPTR, "operator %s requires an operand " in dt_cook_op1()
3133 xyerror(D_OP_LVAL, "operator %s requires modifiable " in dt_cook_op1()
3138 xyerror(D_OP_WRITE, "operator %s can only be applied " in dt_cook_op1()
3146 xyerror(D_UNKNOWN, "invalid unary op %s\n", opstr(dnp->dn_op)); in dt_cook_op1()
3164 xyerror(D_OP_LVAL, "operator %s requires modifiable " in dt_assign_common()
3170 xyerror(D_OP_WRITE, "operator %s can only be applied " in dt_assign_common()
3254 xyerror(D_OP_INT, "operator %s requires operands of " in dt_cook_op2()
3267 xyerror(D_OP_INT, "operator %s requires operands of " in dt_cook_op2()
3280 xyerror(D_OP_INT, "operator %s requires operands of " in dt_cook_op2()
3293 xyerror(D_OP_ARITH, "operator %s requires operands of " in dt_cook_op2()
3307 xyerror(D_OP_SCALAR, "operator %s requires operands " in dt_cook_op2()
3341 xyerror(D_IDENT_AMBIG, in dt_cook_op2()
3383 xyerror(D_OP_INCOMPAT, "operands have " in dt_cook_op2()
3432 xyerror(D_OP_INCOMPAT, "operands have incompatible " in dt_cook_op2()
3464 xyerror(D_OP_INT, "operator %s requires operands of " in dt_cook_op2()
3483 xyerror(D_OP_ARITH, "operator %s requires operands of " in dt_cook_op2()
3523 xyerror(D_AGG_FUNC, in dt_cook_op2()
3529 xyerror(D_AGG_REDEF, in dt_cook_op2()
3545 xyerror(D_OP_LVAL, "operator = requires " in dt_cook_op2()
3601 xyerror(D_OP_ARRFUN, "operator %s may not be " in dt_cook_op2()
3615 xyerror(D_OP_INCOMPAT, in dt_cook_op2()
3635 xyerror(D_OP_INCOMPAT, "operands have " in dt_cook_op2()
3649 xyerror(D_OP_VFPTR, in dt_cook_op2()
3654 xyerror(D_OP_INCOMPAT, "operands have " in dt_cook_op2()
3699 xyerror(D_OP_IDENT, "operator %s must be followed by " in dt_cook_op2()
3712 xyerror(D_XLATE_NOCONV, in dt_cook_op2()
3730 xyerror(D_OP_PTR, "operator %s must be " in dt_cook_op2()
3752 xyerror(D_OP_INCOMPLETE, in dt_cook_op2()
3761 xyerror(D_OP_SOU, "operator -> cannot be " in dt_cook_op2()
3766 xyerror(D_OP_SOU, "operator %s cannot be " in dt_cook_op2()
3774 xyerror(D_TYPE_MEMBER, in dt_cook_op2()
3818 xyerror(D_AGG_MDIM, "improper attempt to " in dt_cook_op2()
3844 xyerror(D_ARR_LOCAL, in dt_cook_op2()
3857 xyerror(D_IDENT_BADREF, "%s '%s' may not be referenced " in dt_cook_op2()
3902 xyerror(D_XLATE_NONE, in dt_cook_op2()
3950 xyerror(D_CAST_INVAL, in dt_cook_op2()
3974 xyerror(D_OP_DYN, "operator %s operands " in dt_cook_op2()
3979 xyerror(D_OP_ACT, "operator %s operands " in dt_cook_op2()
3988 xyerror(D_UNKNOWN, "invalid binary op %s\n", opstr(op)); in dt_cook_op2()
4002 xyerror(D_ARR_BADREF, in dt_cook_op2()
4041 xyerror(D_OP_SCALAR, in dt_cook_op3()
4046 xyerror(D_OP_DYN, in dt_cook_op3()
4066 xyerror(D_OP_INCOMPAT, in dt_cook_op3()
4071 xyerror(D_OP_ACT, "action cannot be " in dt_cook_op3()
4201 xyerror(D_PRED_SCALAR, in dt_cook_clause()
4304 xyerror(D_XLATE_MEMB, in dt_cook_xlator()
4316 xyerror(D_XLATE_INCOMPAT, in dt_cook_xlator()
5107 xyerror(dt_errtag_t tag, const char *format, ...) in xyerror() function