Searched refs:l_noret (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ldebug.h | 25 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o, 27 LUAI_FUNC l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2); 28 LUAI_FUNC l_noret luaG_aritherror (lua_State *L, const TValue *p1, 30 LUAI_FUNC l_noret luaG_ordererror (lua_State *L, const TValue *p1, 32 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...); 33 LUAI_FUNC l_noret luaG_errormsg (lua_State *L);
|
| H A D | llimits.h | 104 #define l_noret void __attribute__((noreturn)) macro 106 #define l_noret void __declspec(noreturn) macro 108 #define l_noret void macro
|
| H A D | ldebug.c | 527 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { in luaG_typeerror() 546 l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2) { in luaG_concaterror() 553 l_noret luaG_aritherror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_aritherror() 561 l_noret luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_ordererror() 587 l_noret luaG_errormsg (lua_State *L) { in luaG_errormsg() 600 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror()
|
| H A D | ldo.h | 43 LUAI_FUNC l_noret luaD_throw (lua_State *L, int errcode);
|
| H A D | lmem.c | 65 l_noret luaM_toobig (lua_State *L) { in luaM_toobig()
|
| H A D | llex.h | 78 LUAI_FUNC l_noret luaX_syntaxerror (LexState *ls, const char *s);
|
| H A D | lmem.h | 46 LUAI_FUNC l_noret luaM_toobig (lua_State *L);
|
| H A D | llex.c | 46 static l_noret lexerror (LexState *ls, const char *msg, int token); 101 static l_noret lexerror (LexState *ls, const char *msg, int token) { in lexerror() 111 l_noret luaX_syntaxerror (LexState *ls, const char *msg) { in luaX_syntaxerror()
|
| H A D | lparser.c | 69 static l_noret semerror (LexState *ls, const char *msg) { in semerror() 75 static l_noret error_expected (LexState *ls, int token) { in error_expected() 81 static l_noret errorlimit (FuncState *fs, int limit, const char *what) { in errorlimit() 461 static l_noret undefgoto (LexState *ls, Labeldesc *gt) { in undefgoto()
|
| H A D | ldo.c | 172 l_noret luaD_throw (lua_State *L, int errcode) { in luaD_throw() 560 static l_noret resume_error (lua_State *L, const char *msg, StkId firstArg) { in resume_error()
|