Home
last modified time | relevance | path

Searched refs:xyerror (Results 1 – 12 of 12) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pragma.c92 xyerror(D_PRAGMA_MALFORM, "malformed #pragma %s " in dt_pragma_attributes()
97 xyerror(D_PRAGMA_INVAL, "invalid attributes " in dt_pragma_attributes()
123 xyerror(D_PRAGMA_INVAL, "invalid component " in dt_pragma_attributes()
136 xyerror(D_PRAGMA_SCOPE, "#pragma %s cannot modify " in dt_pragma_attributes()
174 xyerror(D_PRAGMA_MALFORM, "malformed #pragma %s " in dt_pragma_binding()
179 xyerror(D_PRAGMA_INVAL, "invalid version string " in dt_pragma_binding()
188 xyerror(D_PRAGMA_SCOPE, "#pragma %s cannot modify " in dt_pragma_binding()
228 xyerror(D_PRAGMA_DEPEND, in dt_pragma_depends_finddep()
250 xyerror(D_PRAGMA_MALFORM, "malformed #pragma %s " in dt_pragma_depends()
302 xyerror(D_PRAGMA_DEPEND, in dt_pragma_depends()
[all …]
H A Ddt_decl.c50 xyerror(D_DECL_CHARATTR, "invalid type declaration: short and " in dt_decl_check()
57 xyerror(D_DECL_VOIDATTR, "invalid type declaration: attributes " in dt_decl_check()
63 xyerror(D_DECL_SIGNINT, "invalid type declaration: signed and " in dt_decl_check()
69 xyerror(D_DECL_LONGINT, "invalid type declaration: long and " in dt_decl_check()
165 xyerror(D_DECL_PARMCLASS, "inappropriate storage class " in dt_decl_pop_param()
201 xyerror(D_DECL_IDENT, "old-style declaration or " in dt_decl_ident()
219 xyerror(D_DECL_CLASS, "only one storage class allowed " in dt_decl_class()
250 xyerror(D_DECL_IDRED, "identifier redeclared: %s\n", name); in dt_decl_spec()
254 xyerror(D_DECL_COMBO, "invalid type combination\n"); in dt_decl_spec()
362 xyerror(D_DECL_PROTO_VOID, "void must be sole parameter\n"); in dt_decl_prototype()
[all …]
H A Ddt_parser.c1305 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()
[all …]
H A Ddt_ident.c83 xyerror(D_PROTO_LEN, "%s%s%s prototype mismatch: %d %s%s" in dt_idcook_sign()
97 xyerror(D_PROTO_ARG, in dt_idcook_sign()
155 xyerror(D_KEY_TYPE, "%s expression may not be " in dt_idcook_assc()
202 xyerror(D_UNKNOWN, "internal error: malformed entry " in dt_idcook_func()
240 xyerror(D_UNKNOWN, "failed to resolve type of %s (%s):" in dt_idcook_func()
288 xyerror(D_UNKNOWN, "optional arg#%d " in dt_idcook_func()
299 xyerror(D_UNKNOWN, "required arg#%d may not " in dt_idcook_func()
305 xyerror(D_UNKNOWN, "failed to resolve type of " in dt_idcook_func()
337 xyerror(D_PROTO_LEN, "%s[ ] prototype mismatch: %d arg%s" in dt_idcook_args()
343 xyerror(D_PROTO_ARG, "%s[ ] argument #1 is incompatible with " in dt_idcook_args()
[all …]
H A Ddt_lex.l232 xyerror(D_MACRO_UNDEF, "macro argument %s is "
262 xyerror(D_MACRO_UNDEF, "macro argument %s is "
308 xyerror(D_MACRO_OFLOW, "macro argument"
326 xyerror(D_MACRO_UNDEF, "macro variable %s "
346 xyerror(D_MACRO_UNDEF, "macro variable %s "
392 xyerror(D_INT_OFLOW, "constant %s results in "
397 xyerror(D_INT_DIGIT, "constant %s contains "
410 <S0>\"{RGX_STR}$ xyerror(D_STR_NL, "newline encountered in string literal");
411 <S3>\"{RGX_STR}$ xyerror(D_STR_NL, "newline encountered in string literal");
H A Ddt_printf.c1065 xyerror(D_PRINTF_FMT_EMPTY, in dt_printf_validate()
1082 xyerror(D_TYPE_ERR, "failed to lookup agg type %s\n", aggtype); in dt_printf_validate()
1110 xyerror(D_PRINTF_DYN_PROTO, in dt_printf_validate()
1118 xyerror(D_PRINTF_DYN_TYPE, in dt_printf_validate()
1140 xyerror(D_PRINTF_AGG_CONV, in dt_printf_validate()
1148 xyerror(D_PRINTF_ARG_PROTO, in dt_printf_validate()
1185 xyerror(D_PRINTF_ARG_TYPE, in dt_printf_validate()
1195 xyerror(D_PRINTF_ARG_EXTRA, in dt_printf_validate()
1229 xyerror(D_PRINTA_AGGKEY, "printa( ): @%s and @%s do not have " in dt_printa_validate()
1249 xyerror(D_PRINTA_AGGPROTO, "printa( ): @%s[ ] key #%d is " in dt_printa_validate()
H A Ddt_as.c204 xyerror(D_ASRELO, "relocation remains against %s symbol %s%s%s (offset " in dt_as_undef()
262 xyerror(D_UNKNOWN, "internal error -- invalid link mode %u\n", in dt_as()
310 xyerror(D_UNKNOWN, "unexpected assembler relocation " in dt_as()
H A Ddt_regset.c122 xyerror(D_NOREG, "Insufficient registers to generate code"); in dt_regset_alloc()
H A Ddt_cg.c173 xyerror(D_UNKNOWN, "internal error -- cg cannot load " in dt_cg_load()
249 xyerror(D_UNKNOWN, "cg: bad field: off %lu type <%ld> " in dt_cg_field_get()
354 xyerror(D_UNKNOWN, "cg: bad field: off %lu type <%ld> " in dt_cg_field_set()
449 xyerror(D_UNKNOWN, "internal error -- cg cannot store " in dt_cg_store()
1425 xyerror(D_UNKNOWN, "internal error -- unexpected " in dt_cg_xlate_member()
2035 xyerror(D_UNKNOWN, "cg failed for symbol %s`%s:" in dt_cg_node()
2054 xyerror(D_UNKNOWN, "internal error -- node type %u is " in dt_cg_node()
2065 xyerror(D_UNKNOWN, "internal error -- token type %u is not a " in dt_cg_node()
H A Ddt_parser.h282 extern void xyerror(dt_errtag_t, const char *, ...);
H A Ddt_cc.c137 xyerror(D_PRAGMA_UNUSED, "unused #pragma %s\n", (char *)idp->di_iarg); in dt_idpragma()
1735 xyerror(D_PDESC_ZERO, "probe description %s:%s:%s:%s does not " in dt_setcontext()
1741 xyerror(D_PDESC_INVAL, "%s\n", dtrace_errmsg(dtp, err)); in dt_setcontext()
2462 xyerror(D_EMPTY, "empty D program translation unit\n"); in dt_compile()
2477 xyerror(D_MACRO_UNUSED, "extraneous argument '%s' ($%d is " in dt_compile()
2521 xyerror(D_EMPTY, "empty D program translation unit\n"); in dt_compile()
H A Ddt_provider.c651 xyerror(D_UNKNOWN, "cannot define type %s: %s\n", in dt_probe_tag()