Searched refs:compile_error (Results 1 – 6 of 6) sorted by relevance
255 compile_error("unknown type or keyword <%d>", ti->type_op); in type_ident_decl1()559 compile_error("declaration error"); in analyze_member()618 compile_error("[length_is()] is not supported"); in analyze_member()621 compile_error("[transmit_as()] is not supported"); in analyze_member()624 compile_error("[arg_is()] is not supported"); in analyze_member()642 compile_error("no [case/default] advice"); in analyze_member()644 compile_error("too many [case/default] advice"); in analyze_member()647 compile_error("[case/default] advice not allowed"); in analyze_member()661 compile_error("[operation()] advice not allowed"); in analyze_member()664 compile_error("[interface()] advice not allowed"); in analyze_member()[all …]
58 compile_error("%s", msg); in yyerror()
226 compile_error("invalid operator: %s", operator); in print_field_attr()235 compile_error("divide by zero"); in print_field_attr()
378 compile_error("unrecognized character: 0x%02x (%c)", c, c); in yylex()380 compile_error("unrecognized character: 0x%02x", c); in yylex()463 compile_error(const char *fmt, ...) in compile_error() function
193 compile_error("multiple defaults"); in generate_union()196 compile_error("syntax error"); in generate_union()223 compile_error("invalid node pointer <null>"); in generate_arg()
197 extern void compile_error(const char *, ...);