Home
last modified time | relevance | path

Searched refs:l_noret (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dldebug.h32 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
34 LUAI_FUNC l_noret luaG_forerror (lua_State *L, const TValue *o,
36 LUAI_FUNC l_noret luaG_concaterror (lua_State *L, const TValue *p1,
38 LUAI_FUNC l_noret luaG_opinterror (lua_State *L, const TValue *p1,
41 LUAI_FUNC l_noret luaG_tointerror (lua_State *L, const TValue *p1,
43 LUAI_FUNC l_noret luaG_ordererror (lua_State *L, const TValue *p1,
45 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
48 LUAI_FUNC l_noret luaG_errormsg (lua_State *L);
H A Dllimits.h171 #if !defined(l_noret)
174 #define l_noret void __attribute__((noreturn)) macro
176 #define l_noret void __declspec(noreturn) macro
178 #define l_noret void macro
H A Dldebug.c694 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { in luaG_typeerror()
700 l_noret luaG_forerror (lua_State *L, const TValue *o, const char *what) { in luaG_forerror()
706 l_noret luaG_concaterror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_concaterror()
712 l_noret luaG_opinterror (lua_State *L, const TValue *p1, in luaG_opinterror()
723 l_noret luaG_tointerror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_tointerror()
731 l_noret luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_ordererror()
754 l_noret luaG_errormsg (lua_State *L) { in luaG_errormsg()
767 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror()
H A Dllex.c54 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()
H A Dllex.h87 LUAI_FUNC l_noret luaX_syntaxerror (LexState *ls, const char *s);
H A Dldo.h73 LUAI_FUNC l_noret luaD_throw (lua_State *L, int errcode);
H A Dlmem.h77 LUAI_FUNC l_noret luaM_toobig (lua_State *L);
H A Dlmem.c124 l_noret luaM_toobig (lua_State *L) { in luaM_toobig()
H A Dlcode.h101 LUAI_FUNC l_noret luaK_semerror (LexState *ls, const char *msg);
H A Dlparser.c68 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()
504 static l_noret jumpscopeerror (LexState *ls, Labeldesc *gt) { in jumpscopeerror()
648 static l_noret undefgoto (LexState *ls, Labeldesc *gt) { in undefgoto()
H A Dlundump.c40 static l_noret error (LoadState *S, const char *why) { in error()
H A Dldo.c114 l_noret luaD_throw (lua_State *L, int errcode) { in luaD_throw()
H A Dlcode.c45 l_noret luaK_semerror (LexState *ls, const char *msg) { in luaK_semerror()