Lines Matching refs:xyerror

1277 	xyerror(D_INT_OFLOW, "integer constant 0x%llx cannot be represented "  in dt_node_int()
1433 xyerror(D_DECL_USELESS, "useless declaration\n"); in dt_node_decl()
1442 xyerror(D_DECL_SCOPE, "D scoping operator may not be used in " in dt_node_decl()
1467 xyerror(D_DECL_BADCLASS, "specified storage class not " in dt_node_decl()
1482 xyerror(D_DECL_IDRED, "identifier redeclared: %s`%s\n" in dt_node_decl()
1491 xyerror(D_UNKNOWN, in dt_node_decl()
1505 xyerror(D_DECL_IDRED, "global variable identifier " in dt_node_decl()
1511 xyerror(D_DECL_IDRED, in dt_node_decl()
1529 xyerror(D_UNKNOWN, "failed to copy typedef %s " in dt_node_decl()
1539 xyerror(D_UNKNOWN, "failed to typedef %s: %s\n", in dt_node_decl()
1575 xyerror(D_DECL_ARRNULL, in dt_node_decl()
1581 xyerror(D_DECL_IDRED, "built-in identifier " in dt_node_decl()
1589 xyerror(D_DECL_IDRED, "typedef identifier " in dt_node_decl()
1623 xyerror(D_DECL_LOCASSC, "associative arrays " in dt_node_decl()
1635 xyerror(D_DECL_IDRED, "identifier redeclared: %s\n" in dt_node_decl()
1658 xyerror(D_DECL_IDRED, in dt_node_decl()
1670 xyerror(D_DECL_IDRED, in dt_node_decl()
1690 xyerror(D_DECL_VOIDOBJ, "cannot have " in dt_node_decl()
1700 xyerror(D_DECL_INCOMPLETE, in dt_node_decl()
1708 xyerror(D_ID_OFLOW, "cannot create %s: limit " in dt_node_decl()
1756 xyerror(D_FUNC_IDENT, in dt_node_func()
1763 xyerror(D_FUNC_UNDEF, in dt_node_func()
1770 xyerror(D_FUNC_IDKIND, "%s '%s' may not be referenced as a " in dt_node_func()
1816 xyerror(D_OFFSETOF_TYPE, in dt_node_offsetof()
1821 xyerror(D_UNKNOWN, "failed to determine offset of %s: %s\n", in dt_node_offsetof()
1829 xyerror(D_OFFSETOF_BITFIELD, in dt_node_offsetof()
1877 xyerror(D_SIZEOF_TYPE, "cannot apply sizeof to an " in dt_node_op1()
1945 xyerror(D_DIV_ZERO, "expression contains division by zero\n"); in dt_node_op2()
2168 xyerror(D_PDESC_INVAL, "invalid probe description \"%s\": %s\n", in dt_node_pdesc_by_name()
2192 xyerror(D_PDESC_INVAL, "identifier %llu exceeds maximum " in dt_node_pdesc_by_id()
2197 xyerror(D_PDESC_INVAL, "probe identifier %llu not permitted " in dt_node_pdesc_by_id()
2203 xyerror(D_PDESC_INVAL, "invalid probe identifier %llu: %s\n", in dt_node_pdesc_by_id()
2240 xyerror(D_DECL_BADCLASS, "specified storage class not " in dt_node_inline()
2245 xyerror(D_DECL_USELESS, "inline declaration requires a name\n"); in dt_node_inline()
2249 xyerror(D_DECL_IDRED, "identifier redefined: %s\n\t current: " in dt_node_inline()
2261 xyerror(D_DECL_ARRNULL, "inline declaration requires " in dt_node_inline()
2266 xyerror(D_DECL_ARRNULL, "inline declaration cannot be " in dt_node_inline()
2284 xyerror(D_DECL_VOIDOBJ, in dt_node_inline()
2290 xyerror(D_DECL_INCOMPLETE, in dt_node_inline()
2473 xyerror(D_XLATE_REDECL, in dt_node_xlator()
2483 xyerror(D_XLATE_SOU, "incomplete struct/union/enum %s\n", in dt_node_xlator()
2488 xyerror(D_XLATE_SOU, in dt_node_xlator()
2521 xyerror(D_PROV_BADNAME, "probe name may not " in dt_node_probe()
2526 xyerror(D_PROV_BADNAME, "probe name may not exceed %d " in dt_node_probe()
2543 xyerror(D_PROV_PRARGLEN, "probe %s input prototype exceeds %u " in dt_node_probe()
2548 xyerror(D_PROV_PRARGLEN, "probe %s output prototype exceeds %u " in dt_node_probe()
2701 xyerror(D_IDENT_BADREF, "%s '%s' may not be referenced " in dt_xcook_ident()
2742 xyerror(D_SYM_BADREF, "%s module '%s' symbol '%s' may " in dt_xcook_ident()
2753 xyerror(D_SYM_MODEL, "cannot use %s symbol " in dt_xcook_ident()
2760 xyerror(D_SYM_NOTYPES, in dt_xcook_ident()
2806 xyerror(D_ID_OFLOW, "cannot create %s: limit on number " in dt_xcook_ident()
2854 xyerror(D_IDENT_UNDEF, "failed to resolve %s%s%s: %s\n", in dt_xcook_ident()
2858 xyerror(D_IDENT_UNDEF, "failed to resolve %s: %s\n", in dt_xcook_ident()
2941 xyerror(D_TYPE_ERR, "failed to lookup int64_t\n"); in dt_cook_op1()
2979 xyerror(D_DEREF_NONPTR, in dt_cook_op1()
2990 xyerror(D_DEREF_VOID, in dt_cook_op1()
2995 xyerror(D_DEREF_FUNC, in dt_cook_op1()
3022 xyerror(D_OP_ARITH, "operator %s requires an operand " in dt_cook_op1()
3030 xyerror(D_OP_INT, "operator %s requires an operand of " in dt_cook_op1()
3038 xyerror(D_OP_SCALAR, "operator %s requires an operand " in dt_cook_op1()
3047 xyerror(D_ADDROF_VAR, in dt_cook_op1()
3052 xyerror(D_ADDROF_VAR, in dt_cook_op1()
3057 xyerror(D_ADDROF_LVAL, /* see K&R[A7.4.2] */ in dt_cook_op1()
3062 xyerror(D_ADDROF_BITFIELD, in dt_cook_op1()
3071 xyerror(D_TYPE_ERR, "cannot find type for \"&\": %s*\n", in dt_cook_op1()
3081 xyerror(D_SIZEOF_BITFIELD, in dt_cook_op1()
3086 xyerror(D_SIZEOF_TYPE, "cannot apply sizeof to an " in dt_cook_op1()
3098 xyerror(D_STRINGOF_TYPE, in dt_cook_op1()
3111 xyerror(D_OP_SCALAR, "operator %s requires operand of " in dt_cook_op1()
3116 xyerror(D_OP_VFPTR, "operator %s requires an operand " in dt_cook_op1()
3121 xyerror(D_OP_LVAL, "operator %s requires modifiable " in dt_cook_op1()
3126 xyerror(D_OP_WRITE, "operator %s can only be applied " in dt_cook_op1()
3134 xyerror(D_UNKNOWN, "invalid unary op %s\n", opstr(dnp->dn_op)); in dt_cook_op1()
3152 xyerror(D_OP_LVAL, "operator %s requires modifiable " in dt_assign_common()
3158 xyerror(D_OP_WRITE, "operator %s can only be applied " in dt_assign_common()
3242 xyerror(D_OP_INT, "operator %s requires operands of " in dt_cook_op2()
3255 xyerror(D_OP_INT, "operator %s requires operands of " in dt_cook_op2()
3268 xyerror(D_OP_INT, "operator %s requires operands of " in dt_cook_op2()
3281 xyerror(D_OP_ARITH, "operator %s requires operands of " in dt_cook_op2()
3295 xyerror(D_OP_SCALAR, "operator %s requires operands " in dt_cook_op2()
3329 xyerror(D_IDENT_AMBIG, in dt_cook_op2()
3371 xyerror(D_OP_INCOMPAT, "operands have " in dt_cook_op2()
3420 xyerror(D_OP_INCOMPAT, "operands have incompatible " in dt_cook_op2()
3452 xyerror(D_OP_INT, "operator %s requires operands of " in dt_cook_op2()
3471 xyerror(D_OP_ARITH, "operator %s requires operands of " in dt_cook_op2()
3511 xyerror(D_AGG_FUNC, in dt_cook_op2()
3517 xyerror(D_AGG_REDEF, in dt_cook_op2()
3533 xyerror(D_OP_LVAL, "operator = requires " in dt_cook_op2()
3589 xyerror(D_OP_ARRFUN, "operator %s may not be " in dt_cook_op2()
3603 xyerror(D_OP_INCOMPAT, in dt_cook_op2()
3623 xyerror(D_OP_INCOMPAT, "operands have " in dt_cook_op2()
3637 xyerror(D_OP_VFPTR, in dt_cook_op2()
3642 xyerror(D_OP_INCOMPAT, "operands have " in dt_cook_op2()
3687 xyerror(D_OP_IDENT, "operator %s must be followed by " in dt_cook_op2()
3700 xyerror(D_XLATE_NOCONV, in dt_cook_op2()
3718 xyerror(D_OP_PTR, "operator %s must be " in dt_cook_op2()
3740 xyerror(D_OP_INCOMPLETE, in dt_cook_op2()
3749 xyerror(D_OP_SOU, "operator -> cannot be " in dt_cook_op2()
3754 xyerror(D_OP_SOU, "operator %s cannot be " in dt_cook_op2()
3762 xyerror(D_TYPE_MEMBER, in dt_cook_op2()
3805 xyerror(D_AGG_MDIM, "improper attempt to " in dt_cook_op2()
3831 xyerror(D_ARR_LOCAL, in dt_cook_op2()
3844 xyerror(D_IDENT_BADREF, "%s '%s' may not be referenced " in dt_cook_op2()
3889 xyerror(D_XLATE_NONE, in dt_cook_op2()
3937 xyerror(D_CAST_INVAL, in dt_cook_op2()
3961 xyerror(D_OP_DYN, "operator %s operands " in dt_cook_op2()
3966 xyerror(D_OP_ACT, "operator %s operands " in dt_cook_op2()
3975 xyerror(D_UNKNOWN, "invalid binary op %s\n", opstr(op)); in dt_cook_op2()
3989 xyerror(D_ARR_BADREF, in dt_cook_op2()
4028 xyerror(D_OP_SCALAR, in dt_cook_op3()
4033 xyerror(D_OP_DYN, in dt_cook_op3()
4053 xyerror(D_OP_INCOMPAT, in dt_cook_op3()
4058 xyerror(D_OP_ACT, "action cannot be " in dt_cook_op3()
4188 xyerror(D_PRED_SCALAR, in dt_cook_clause()
4291 xyerror(D_XLATE_MEMB, in dt_cook_xlator()
4303 xyerror(D_XLATE_INCOMPAT, in dt_cook_xlator()
5091 xyerror(dt_errtag_t tag, const char *format, ...) in xyerror() function