Searched refs:abort_compile (Results 1 – 4 of 4) sorted by relevance
/haiku/src/bin/rc/ |
H A D | compile.h | 108 void abort_compile(status_t err, const char* format, ...); 109 void abort_compile();
|
H A D | compile.cpp | 112 abort_compile(B_NO_MEMORY, "out of memory"); in alloc_mem() 169 abort_compile(status_t err, const char *format, ...) in abort_compile() function 181 abort_compile(); in abort_compile() 186 abort_compile() in abort_compile() function
|
H A D | lexer.l | 34 #define LEXERROR(msg) abort_compile(RDEF_COMPILE_ERR, msg); 205 abort_compile(B_NO_MEMORY, "out of memory"); 239 abort_compile(RDEF_COMPILE_ERR, "cannot open include %s", yytext); 266 abort_compile(B_NO_MEMORY, "out of memory");
|
H A D | parser.y | 517 abort_compile(RDEF_COMPILE_ERR, "duplicate symbol %s", name); in add_symbol() 529 abort_compile(RDEF_COMPILE_ERR, "unknown symbol %s", name); in get_symbol() 554 abort_compile(RDEF_COMPILE_ERR, "duplicate type %s", name); in add_user_type() 594 abort_compile(RDEF_COMPILE_ERR, "unknown type %s", name); in get_type() 613 abort_compile(RDEF_COMPILE_ERR, "unknown define %s", name); in get_define() 682 abort_compile(RDEF_COMPILE_ERR, "cannot import %s", filename); in import_data() 691 abort_compile(RDEF_COMPILE_ERR, "invalid size %lu", newSize); in resize_data() 851 abort_compile(RDEF_COMPILE_ERR, "too many fields"); in fill_slots() 868 abort_compile(RDEF_COMPILE_ERR, "unknown field %s", data.name); in fill_slots() 1035 abort_compile(RDEF_COMPILE_ERR, "cannot cast to this type"); in cast_to_uint8() [all …]
|