Home
last modified time | relevance | path

Searched refs:compile_error (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_anal.c257 compile_error("unknown type or keyword <%d>", ti->type_op); in type_ident_decl1()
561 compile_error("declaration error"); in analyze_member()
620 compile_error("[length_is()] is not supported"); in analyze_member()
623 compile_error("[transmit_as()] is not supported"); in analyze_member()
626 compile_error("[arg_is()] is not supported"); in analyze_member()
644 compile_error("no [case/default] advice"); in analyze_member()
646 compile_error("too many [case/default] advice"); in analyze_member()
649 compile_error("[case/default] advice not allowed"); in analyze_member()
663 compile_error("[operation()] advice not allowed"); in analyze_member()
666 compile_error("[interface()] advice not allowed"); in analyze_member()
[all …]
H A Dndr_main.c56 compile_error("%s", msg); in yyerror()
H A Dndr_print.c232 compile_error("invalid operator: %s", operator); in print_field_attr()
241 compile_error("divide by zero"); in print_field_attr()
H A Dndr_lex.c383 compile_error("unrecognized character: 0x%02x (%c)", c, c); in yylex()
385 compile_error("unrecognized character: 0x%02x", c); in yylex()
468 compile_error(const char *fmt, ...) in compile_error() function
H A Dndr_gen.c198 compile_error("multiple defaults"); in generate_union()
201 compile_error("syntax error"); in generate_union()
228 compile_error("invalid node pointer <null>"); in generate_arg()
H A Dndrgen.h202 extern void compile_error(const char *, ...);