Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dlib.h102 extern void error_die(struct position, const char *, ...);
Dlib.c225 void error_die(struct position pos, const char * fmt, ...) in error_die() function
Dpre-process.c994 error_die(token->pos, "unable to open '%s'", filename); in handle_include_path()
1816 error_die(token->pos, "too many include path entries"); in add_path_entry()
1891 error_die(token->pos, "too many include path entries"); in add_dirafter_entry()
Dparse.c738 error_die(token->pos, "invalid tag applied to %s", show_typename (sym)); in struct_union_enum_specifier()
749 error_die(token->pos, "redefinition of %s", show_typename (sym)); in struct_union_enum_specifier()
940 error_die(token->pos, "can't increment the last enum member"); in parse_enum_declaration()
2223 error_die(token->pos, "internal error: return without a function target"); in parse_return_statement()
Dexpression.c357 error_die(expr->pos, "constant %s is too big even for unsigned long long", in get_number_value()
Dcompile-i386.c1398 error_die(expr->pos, "unhandled binop '%s'\n", show_special(expr->op)); in emit_binop()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.3.rst93 * Use noreturn on die() and error_die()