Searched refs:l_noret (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldebug.h24 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
26 LUAI_FUNC l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2);
27 LUAI_FUNC l_noret luaG_aritherror (lua_State *L, const TValue *p1,
29 LUAI_FUNC l_noret luaG_ordererror (lua_State *L, const TValue *p1,
31 LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
32 LUAI_FUNC l_noret luaG_errormsg (lua_State *L);
H A Dldo.h42 LUAI_FUNC l_noret luaD_throw (lua_State *L, int errcode);
H A Dllex.h74 LUAI_FUNC l_noret luaX_syntaxerror (LexState *ls, const char *s);
H A Dlmem.c66 l_noret luaM_toobig (lua_State *L) {
H A Dlmem.h47 LUAI_FUNC l_noret luaM_toobig (lua_State *L);
H A Dllimits.h103 #define l_noret void __attribute__((noreturn)) macro
105 #define l_noret void __declspec(noreturn) macro
107 #define l_noret void macro
H A Dldebug.c527 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) {
546 l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2) {
553 l_noret luaG_aritherror (lua_State *L, const TValue *p1, const TValue *p2) {
561 l_noret luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2) {
587 l_noret luaG_errormsg (lua_State *L) {
600 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) {
H A Dllex.c47 static l_noret lexerror (LexState *ls, const char *msg, int token);
102 static l_noret lexerror (LexState *ls, const char *msg, int token) {
112 l_noret luaX_syntaxerror (LexState *ls, const char *msg) {
H A Dlundump.c30 static l_noret error(LoadState* S, const char* why)
H A Dlparser.c70 static l_noret semerror (LexState *ls, const char *msg) {
76 static l_noret error_expected (LexState *ls, int token) {
82 static l_noret errorlimit (FuncState *fs, int limit, const char *what) {
462 static l_noret undefgoto (LexState *ls, Labeldesc *gt) {
H A Dldo.c113 l_noret luaD_throw (lua_State *L, int errcode) {
495 static l_noret resume_error (lua_State *L, const char *msg, StkId firstArg) {
/freebsd-12-stable/contrib/lua/src/
H A Dldebug.h21 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
23 LUAI_FUNC l_noret luaG_concaterror (lua_State *L, const TValue *p1,
25 LUAI_FUNC l_noret luaG_opinterror (lua_State *L, const TValue *p1,
28 LUAI_FUNC l_noret luaG_tointerror (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, ...);
35 LUAI_FUNC l_noret luaG_errormsg (lua_State *L);
H A Dllimits.h141 #define l_noret void __attribute__((noreturn)) macro
143 #define l_noret void __declspec(noreturn) macro
145 #define l_noret void macro
H A Dllex.h81 LUAI_FUNC l_noret luaX_syntaxerror (LexState *ls, const char *s);
H A Dlmem.c68 l_noret luaM_toobig (lua_State *L) {
H A Dldo.h54 LUAI_FUNC l_noret luaD_throw (lua_State *L, int errcode);
H A Dlmem.h59 LUAI_FUNC l_noret luaM_toobig (lua_State *L);
H A Dllex.c54 static l_noret lexerror (LexState *ls, const char *msg, int token);
109 static l_noret lexerror (LexState *ls, const char *msg, int token) {
117 l_noret luaX_syntaxerror (LexState *ls, const char *msg) {
H A Dldebug.c586 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) {
592 l_noret luaG_concaterror (lua_State *L, const TValue *p1, const TValue *p2) {
598 l_noret luaG_opinterror (lua_State *L, const TValue *p1,
610 l_noret luaG_tointerror (lua_State *L, const TValue *p1, const TValue *p2) {
618 l_noret luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2) {
641 l_noret luaG_errormsg (lua_State *L) {
653 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) {
H A Dlundump.c39 static l_noret error(LoadState *S, const char *why) {
H A Dlparser.c67 static l_noret semerror (LexState *ls, const char *msg) {
73 static l_noret error_expected (LexState *ls, int token) {
79 static l_noret errorlimit (FuncState *fs, int limit, const char *what) {
464 static l_noret undefgoto (LexState *ls, Labeldesc *gt) {
H A Dldo.c110 l_noret luaD_throw (lua_State *L, int errcode) {

Completed in 184 milliseconds