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.c561 compile_error("declaration error"); in analyze_member()
620 compile_error("[length_is()] 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()
669 compile_error("[uuid()] advice not allowed"); in analyze_member()
693 compile_error("[size_is()] advice not allowed"); in analyze_member()
705 compile_error("[string] advice not allowed"); in analyze_member()
732 compile_error("var-size member not allowed"); in analyze_member()
910 compile_error("array of var-size type"); in bind_typeinfo()
919 compile_error("array of incomplete type"); in bind_typeinfo()
[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.c197 compile_error("multiple defaults"); in generate_union()
200 compile_error("syntax error"); in generate_union()
227 compile_error("invalid node pointer <null>"); in generate_arg()
H A Dndrgen.h202 extern void compile_error(const char *, ...);