Home
last modified time | relevance | path

Searched refs:TOK_SEMI (Results 1 – 25 of 56) sorted by last modified time

123

/dports/devel/simgear/simgear-2020.3.11/simgear/nasal/
H A Dparse.h14 TOK_DIV, TOK_CAT, TOK_COLON, TOK_DOT, TOK_COMMA, TOK_SEMI, enumerator
H A Dcodegen.c424 int len = countList(test, TOK_SEMI); in genWhile()
440 int len = countList(h, TOK_SEMI); in genFor()
460 int len = countList(h, TOK_SEMI); in genForEach()
744 if(t && t->type == TOK_SEMI) { in genExprList()
H A Dparse.c13 { { TOK_SEMI, TOK_COMMA }, PREC_REVERSE },
148 if(!next || next->type == TOK_SEMI || isBlockEnd(next->type)) return 0; in needsSemi()
149 if(t->type == TOK_IF) return !t->prev || t->prev->type == TOK_SEMI; in needsSemi()
172 if(end == TOK_SEMI && (*list)->type == TOK_COMMA) break; in parseBlock()
177 addChild(top, newToken(p, TOK_SEMI)); in parseBlock()
182 if(end != TOK_SEMI && end != -1) oops(p); in parseBlock()
213 else parseBlock(p, blk, TOK_SEMI, list); in parseToken()
271 { return t == TOK_SEMI || t == TOK_COMMA || t == TOK_COLON; } in oneSidedBinary()
H A Dlex.c28 {";", TOK_SEMI},
/dports/www/varnish-modules/varnish-modules-0.18.0/src/
H A Dvmod_accept.c145 TOK_SEMI, enumerator
171 case ';' : return (TOK_SEMI); in next_token()
232 EXPECT(TOK_SEMI); in parse_accept()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/asmjs/
H A DAsmJSValidate.cpp470 if (tk != TOK_SEMI) in GetToken()
485 if (tk != TOK_SEMI) in PeekToken()
487 ts.consumeKnownToken(TOK_SEMI, TokenStream::Operand); in PeekToken()
2742 if (tt != TOK_SEMI) { in CheckModuleProcessingDirectives()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/frontend/
H A DParser.cpp1658 if (!ts.matchToken(&matched, TOK_SEMI, modifier)) in MatchOrInsertSemicolonHelper()
5142 if (tt == TOK_SEMI) { in ifStatement()
5345 if (tt == TOK_SEMI) { in forStatement()
5542 if (tt == TOK_SEMI) { in forStatement()
5632 if (tt == TOK_SEMI) { in forStatement()
5696 if (tt != TOK_SEMI) { in forStatement()
5959 case TOK_SEMI: in returnStatement()
6037 case TOK_SEMI: in yieldExpression()
6100 case TOK_SEMI: in yieldExpression()
6582 if (tt == TOK_SEMI) in classDefinition()
[all …]
H A DTokenStream.cpp319 isExprEnding[TOK_SEMI] = 1; in TokenStream()
1065 /* 50+ */ Dec, Dec, Dec, Dec, Dec, Dec, Dec, Dec, T_COLON,TOK_SEMI,
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/src/sql/parser/
H A Dsqlite3_parser.hpp672 TOK_SEMI = 262, enumerator
1284 …EN || tok == token::TOK_DOT || tok == token::TOK_COMMA || tok == token::TOK_SEMI || tok == token::… in symbol_type()
1290 …EN || tok == token::TOK_DOT || tok == token::TOK_COMMA || tok == token::TOK_SEMI || tok == token::… in symbol_type()
1423 return symbol_type (token::TOK_SEMI, std::move (l)); in make_SEMI()
1430 return symbol_type (token::TOK_SEMI, l); in make_SEMI()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsscan.h63 TOK_SEMI = 2, /* semicolon */ enumerator
H A Djsemit.c5162 case TOK_SEMI: in js_EmitTree()
H A Djsparse.c1350 item->pn_type = TOK_SEMI; in FunctionDef()
1403 result->pn_type = TOK_SEMI; in FunctionDef()
2446 pn->pn_type = TOK_SEMI; in LetBlock()
2739 (void) js_MatchToken(cx, ts, TOK_SEMI); in Statement()
2771 if (tt == TOK_SEMI) { in Statement()
2930 if (tt == TOK_SEMI) { in Statement()
3330 JS_ASSERT(pn->pn_type == TOK_SEMI || in Statement()
3471 case TOK_SEMI: in Statement()
3475 pn->pn_type = TOK_SEMI; in Statement()
3569 pn->pn_type = TOK_SEMI; in Statement()
[all …]
H A Djsscan.c1517 case ';': tt = TOK_SEMI; break; in js_GetToken()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsparse.c1350 item->pn_type = TOK_SEMI; in FunctionDef()
1403 result->pn_type = TOK_SEMI; in FunctionDef()
2446 pn->pn_type = TOK_SEMI; in LetBlock()
2739 (void) js_MatchToken(cx, ts, TOK_SEMI); in Statement()
2771 if (tt == TOK_SEMI) { in Statement()
2930 if (tt == TOK_SEMI) { in Statement()
3330 JS_ASSERT(pn->pn_type == TOK_SEMI || in Statement()
3471 case TOK_SEMI: in Statement()
3475 pn->pn_type = TOK_SEMI; in Statement()
3569 pn->pn_type = TOK_SEMI; in Statement()
[all …]
H A Djsscan.c1517 case ';': tt = TOK_SEMI; break; in js_GetToken()
H A Djsscan.h63 TOK_SEMI = 2, /* semicolon */ enumerator
H A Djsemit.c5162 case TOK_SEMI: in js_EmitTree()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsscan.c1517 case ';': tt = TOK_SEMI; break; in js_GetToken()
H A Djsemit.c5162 case TOK_SEMI: in js_EmitTree()
H A Djsparse.c1350 item->pn_type = TOK_SEMI; in FunctionDef()
1403 result->pn_type = TOK_SEMI; in FunctionDef()
2446 pn->pn_type = TOK_SEMI; in LetBlock()
2739 (void) js_MatchToken(cx, ts, TOK_SEMI); in Statement()
2771 if (tt == TOK_SEMI) { in Statement()
2930 if (tt == TOK_SEMI) { in Statement()
3330 JS_ASSERT(pn->pn_type == TOK_SEMI || in Statement()
3471 case TOK_SEMI: in Statement()
3475 pn->pn_type = TOK_SEMI; in Statement()
3569 pn->pn_type = TOK_SEMI; in Statement()
[all …]
H A Djsscan.h63 TOK_SEMI = 2, /* semicolon */ enumerator
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsemit.c5162 case TOK_SEMI: in js_EmitTree()
H A Djsscan.c1517 case ';': tt = TOK_SEMI; break; in js_GetToken()
H A Djsparse.c1350 item->pn_type = TOK_SEMI; in FunctionDef()
1403 result->pn_type = TOK_SEMI; in FunctionDef()
2446 pn->pn_type = TOK_SEMI; in LetBlock()
2739 (void) js_MatchToken(cx, ts, TOK_SEMI); in Statement()
2771 if (tt == TOK_SEMI) { in Statement()
2930 if (tt == TOK_SEMI) { in Statement()
3330 JS_ASSERT(pn->pn_type == TOK_SEMI || in Statement()
3471 case TOK_SEMI: in Statement()
3475 pn->pn_type = TOK_SEMI; in Statement()
3569 pn->pn_type = TOK_SEMI; in Statement()
[all …]
H A Djsscan.h63 TOK_SEMI = 2, /* semicolon */ enumerator

123