Searched refs:l_noret (Results 1 – 13 of 13) sorted by relevance
/external/lua/src/ |
D | ldebug.h | 32 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);
|
D | llimits.h | 171 #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
|
D | ldebug.c | 694 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()
|
D | llex.h | 87 LUAI_FUNC l_noret luaX_syntaxerror (LexState *ls, const char *s);
|
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()
|
D | ldo.h | 73 LUAI_FUNC l_noret luaD_throw (lua_State *L, int errcode);
|
D | lmem.h | 77 LUAI_FUNC l_noret luaM_toobig (lua_State *L);
|
D | lmem.c | 124 l_noret luaM_toobig (lua_State *L) { in luaM_toobig()
|
D | lcode.h | 101 LUAI_FUNC l_noret luaK_semerror (LexState *ls, const char *msg);
|
D | lundump.c | 40 static l_noret error (LoadState *S, const char *why) { in error()
|
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() 504 static l_noret jumpscopeerror (LexState *ls, Labeldesc *gt) { in jumpscopeerror() 648 static l_noret undefgoto (LexState *ls, Labeldesc *gt) { in undefgoto()
|
D | ldo.c | 114 l_noret luaD_throw (lua_State *L, int errcode) { in luaD_throw()
|
D | lcode.c | 45 l_noret luaK_semerror (LexState *ls, const char *msg) { in luaK_semerror()
|