Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dlib.h108 extern void error_die(struct position, const char *, ...);
H A Dexpression.c345 error_die(expr->pos, "constant %s is too big even for unsigned long long", in get_number_value()
370 error_die(expr->pos, "constant %s is not a valid number", show_token(token)); in get_number_value()
H A Dparse.c736 error_die(token->pos, "invalid tag applied to %s", show_typename (sym)); in struct_union_enum_specifier()
747 error_die(token->pos, "redefinition of %s", show_typename (sym)); in struct_union_enum_specifier()
941 error_die(token->pos, "can't increment the last enum member"); in parse_enum_declaration()
2323 error_die(token->pos, "internal error: return without a function target"); in parse_return_statement()
H A Dpre-process.c1967 error_die(token->pos, "too many include path entries"); in add_path_entry()
2042 error_die(token->pos, "too many include path entries"); in add_dirafter_entry()
H A Dlib.c230 void error_die(struct position pos, const char * fmt, ...) in error_die() function
H A Dcompile-i386.c1399 error_die(expr->pos, "unhandled binop '%s'\n", show_special(expr->op)); in emit_binop()