Lines Matching refs:xyerror

47 		xyerror(D_DECL_CHARATTR, "invalid type declaration: short and "  in dt_decl_check()
54 xyerror(D_DECL_VOIDATTR, "invalid type declaration: attributes " in dt_decl_check()
60 xyerror(D_DECL_SIGNINT, "invalid type declaration: signed and " in dt_decl_check()
66 xyerror(D_DECL_LONGINT, "invalid type declaration: long and " in dt_decl_check()
162 xyerror(D_DECL_PARMCLASS, "inappropriate storage class " in dt_decl_pop_param()
198 xyerror(D_DECL_IDENT, "old-style declaration or " in dt_decl_ident()
216 xyerror(D_DECL_CLASS, "only one storage class allowed " in dt_decl_class()
247 xyerror(D_DECL_IDRED, "identifier redeclared: %s\n", name); in dt_decl_spec()
251 xyerror(D_DECL_COMBO, "invalid type combination\n"); in dt_decl_spec()
271 xyerror(D_DECL_COMBO, "the attribute 'long' may only " in dt_decl_attr()
276 xyerror(D_DECL_COMBO, "the attribute 'short' may only be " in dt_decl_attr()
281 xyerror(D_DECL_COMBO, "the attribute 'signed' may only be " in dt_decl_attr()
286 xyerror(D_DECL_COMBO, "the attribute 'unsigned' may only be " in dt_decl_attr()
379 xyerror(D_DECL_PROTO_VOID, "void must be sole parameter\n"); in dt_decl_prototype()
402 xyerror(D_DECL_DYNOBJ, in dt_decl_array()
412 xyerror(D_DECL_VOIDOBJ, "cannot declare array of void\n"); in dt_decl_array()
418 xyerror(D_DECL_ARRSUB, "positive integral constant " in dt_decl_array()
424 xyerror(D_DECL_ARRBIG, "array dimension too big\n"); in dt_decl_array()
501 xyerror(D_DECL_TYPERED, "type redeclared: %s\n", n); in dt_decl_sou()
509 xyerror(D_UNKNOWN, "failed to define %s: %s\n", in dt_decl_sou()
543 xyerror(D_DECL_MNAME, "member declaration requires a name\n"); in dt_decl_member()
554 xyerror(D_DECL_SCOPE, "D scoping operator may not be used " in dt_decl_member()
560 xyerror(D_DECL_DYNOBJ, in dt_decl_member()
570 xyerror(D_DECL_INCOMPLETE, "incomplete struct/union/enum %s: " in dt_decl_member()
597 xyerror(D_DECL_VOIDOBJ, in dt_decl_member()
623 xyerror(D_DECL_BFCONST, "positive integral constant " in dt_decl_member()
630 xyerror(D_DECL_BFTYPE, "invalid type for " in dt_decl_member()
635 xyerror(D_DECL_BFSIZE, "bit-field too big " in dt_decl_member()
648 xyerror(D_UNKNOWN, "failed to create type for " in dt_decl_member()
672 xyerror(D_UNKNOWN, "failed to copy type of '%s': %s\n", in dt_decl_member()
679 xyerror(D_UNKNOWN, "failed to define member '%s': %s\n", in dt_decl_member()
719 xyerror(D_DECL_TYPERED, "type redeclared: %s\n", n); in dt_decl_enum()
721 xyerror(D_UNKNOWN, "failed to define %s: %s\n", in dt_decl_enum()
753 xyerror(D_DECL_SCOPE, "D scoping operator may not be used in " in dt_decl_enumerator()
768 xyerror(D_DECL_ENCONST, "enumerator '%s' must " in dt_decl_enumerator()
775 xyerror(D_DECL_ENOFLOW, "enumerator '%s' value " in dt_decl_enumerator()
786 xyerror(D_UNKNOWN, "failed to define enumerator '%s': %s\n", in dt_decl_enumerator()
802 xyerror(D_DECL_IDRED, in dt_decl_enumerator()
1151 xyerror(D_UNKNOWN, "failed to update type definitions: %s\n", in dt_scope_pop()