Home
last modified time | relevance | path

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

/external/lua/src/
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);
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
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()
Dllex.h87 LUAI_FUNC l_noret luaX_syntaxerror (LexState *ls, const char *s);
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()
Dldo.h73 LUAI_FUNC l_noret luaD_throw (lua_State *L, int errcode);
Dlmem.h77 LUAI_FUNC l_noret luaM_toobig (lua_State *L);
Dlmem.c124 l_noret luaM_toobig (lua_State *L) { in luaM_toobig()
Dlcode.h101 LUAI_FUNC l_noret luaK_semerror (LexState *ls, const char *msg);
Dlundump.c40 static l_noret error (LoadState *S, const char *why) { in error()
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()
Dldo.c114 l_noret luaD_throw (lua_State *L, int errcode) { in luaD_throw()
Dlcode.c45 l_noret luaK_semerror (LexState *ls, const char *msg) { in luaK_semerror()