Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ndrgen/
H A Dndr_anal.c255 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 …]
H A Dndr_main.c58 compile_error("%s", msg); in yyerror()
H A Dndr_print.c226 compile_error("invalid operator: %s", operator); in print_field_attr()
235 compile_error("divide by zero"); in print_field_attr()
H A Dndr_lex.c378 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
H A Dndr_gen.c193 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()
H A Dndrgen.h197 extern void compile_error(const char *, ...);