Searched refs:error_die (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | lib.h | 102 extern void error_die(struct position, const char *, ...);
|
D | lib.c | 225 void error_die(struct position pos, const char * fmt, ...) in error_die() function
|
D | pre-process.c | 994 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()
|
D | parse.c | 738 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()
|
D | expression.c | 357 error_die(expr->pos, "constant %s is too big even for unsigned long long", in get_number_value()
|
D | compile-i386.c | 1398 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/ |
D | v0.3.rst | 93 * Use noreturn on die() and error_die()
|