Searched refs:l_noret (Results 1 – 13 of 13) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | ldebug.h | 42 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o, 44 LUAI_FUNC l_noret luaG_callerror (lua_State *L, const TValue *o); 45 LUAI_FUNC l_noret luaG_forerror (lua_State *L, const TValue *o, 47 LUAI_FUNC l_noret luaG_concaterror (lua_State *L, const TValue *p1, 49 LUAI_FUNC l_noret luaG_opinterror (lua_State *L, const TValue *p1, 52 LUAI_FUNC l_noret luaG_tointerror (lua_State *L, const TValue *p1, 54 LUAI_FUNC l_noret luaG_ordererror (lua_State *L, const TValue *p1, 56 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...); 59 LUAI_FUNC l_noret luaG_errormsg (lua_State *L);
|
A D | llimits.h | 155 #if !defined(l_noret) 158 #define l_noret void __attribute__((noreturn)) macro 160 #define l_noret void __declspec(noreturn) macro 162 #define l_noret void macro
|
A D | ldebug.c | 692 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { in luaG_typeerror() 698 l_noret luaG_callerror (lua_State *L, const TValue *o) { in luaG_callerror() 711 l_noret luaG_forerror (lua_State *L, const TValue *o, const char *what) { in luaG_forerror() 717 l_noret luaG_concaterror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_concaterror() 723 l_noret luaG_opinterror (lua_State *L, const TValue *p1, in luaG_opinterror() 734 l_noret luaG_tointerror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_tointerror() 742 l_noret luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_ordererror() 765 l_noret luaG_errormsg (lua_State *L) { in luaG_errormsg() 778 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror()
|
A D | llex.h | 87 LUAI_FUNC l_noret luaX_syntaxerror (LexState *ls, const char *s);
|
A D | llex.c | 54 static l_noret lexerror (LexState *ls, const char *msg, int token); 111 static l_noret lexerror (LexState *ls, const char *msg, int token) { in lexerror() 119 l_noret luaX_syntaxerror (LexState *ls, const char *msg) { in luaX_syntaxerror()
|
A D | ldo.h | 75 LUAI_FUNC l_noret luaD_throw (lua_State *L, int errcode);
|
A D | lmem.h | 77 LUAI_FUNC l_noret luaM_toobig (lua_State *L);
|
A D | lmem.c | 124 l_noret luaM_toobig (lua_State *L) { in luaM_toobig()
|
A D | lcode.h | 101 LUAI_FUNC l_noret luaK_semerror (LexState *ls, const char *msg);
|
A D | lundump.c | 40 static l_noret error (LoadState *S, const char *why) { in error()
|
A D | lparser.c | 68 static l_noret error_expected (LexState *ls, int token) { in error_expected() 74 static l_noret errorlimit (FuncState *fs, int limit, const char *what) { in errorlimit() 502 static l_noret jumpscopeerror (LexState *ls, Labeldesc *gt) { in jumpscopeerror() 646 static l_noret undefgoto (LexState *ls, Labeldesc *gt) { in undefgoto()
|
A D | ldo.c | 115 l_noret luaD_throw (lua_State *L, int errcode) { in luaD_throw()
|
A D | lcode.c | 45 l_noret luaK_semerror (LexState *ls, const char *msg) { in luaK_semerror()
|
Completed in 21 milliseconds