HomeSort by relevance Sort by last modified time
    Searched refs:l_noret (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldebug.h 24 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);
ldo.h 42 LUAI_FUNC l_noret luaD_throw (lua_State *L, int errcode);
llex.h 74 LUAI_FUNC l_noret luaX_syntaxerror (LexState *ls, const char *s);
lmem.c 66 l_noret luaM_toobig (lua_State *L) {
lmem.h 47 LUAI_FUNC l_noret luaM_toobig (lua_State *L);
llimits.h 105 #define l_noret void __attribute__((noreturn)) macro
107 #define l_noret void __declspec(noreturn) macro
109 #define l_noret void macro
ldebug.c 500 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) {
519 l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2) {
526 l_noret luaG_aritherror (lua_State *L, const TValue *p1, const TValue *p2) {
534 l_noret luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2) {
560 l_noret luaG_errormsg (lua_State *L) {
573 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) {
llex.c 49 static l_noret lexerror (LexState *ls, const char *msg, int token);
104 static l_noret lexerror (LexState *ls, const char *msg, int token) {
114 l_noret luaX_syntaxerror (LexState *ls, const char *msg) {
lundump.c 30 static l_noret error(LoadState* S, const char* why)
lparser.c 71 static l_noret semerror (LexState *ls, const char *msg) {
77 static l_noret error_expected (LexState *ls, int token) {
83 static l_noret errorlimit (FuncState *fs, int limit, const char *what) {
463 static l_noret undefgoto (LexState *ls, Labeldesc *gt) {
    [all...]
ldo.c 103 l_noret luaD_throw (lua_State *L, int errcode) {
478 static l_noret resume_error (lua_State *L, const char *msg, StkId firstArg) {

Completed in 166 milliseconds