Home
last modified time | relevance | path

Searched refs:TerminalId (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-parser/src/
H A Dlexer.rs98 terminal_id: TerminalId, in set_result() argument
420 TerminalId::As, in identifier_tail()
483 TerminalId::Do, in identifier_tail()
507 TerminalId::For, in identifier_tail()
519 TerminalId::Get, in identifier_tail()
523 TerminalId::If, in identifier_tail()
535 TerminalId::In, in identifier_tail()
563 TerminalId::Of, in identifier_tail()
1540 subst: TerminalId, in template_part() argument
1541 tail: TerminalId, in template_part() argument
[all …]
H A Dparser.rs7 StackValue, TermValue, TerminalId, Token, TABLES,
161 let token = Token::basic_token(TerminalId::End, loc); in close()
163 term: TerminalId::End.into(), in close()
182 if t.terminal_id == TerminalId::End { in parse_error()
202 if t.term == TerminalId::ErrorToken.into() { in try_error_handling()
217 term: TerminalId::ErrorToken.into(), in try_error_handling()
232 || t.terminal_id == TerminalId::End in recover()
233 || t.terminal_id == TerminalId::CloseBrace in recover()
249 pub fn can_accept_terminal(&self, t: TerminalId) -> bool { in can_accept_terminal()
H A Dsimulator.rs11 noop_actions, ParseError, ParserTrait, Result, StackValue, TermValue, TerminalId, Token, TABLES,
147 pub fn write_token(&mut self, t: TerminalId) -> Result<'alloc, ()> { in write_token()
162 term: TerminalId::End.into(), in close()
188 if term == TerminalId::ErrorToken { in try_error_handling()
201 term: TerminalId::ErrorToken.into(), in try_error_handling()
H A Dlib.rs28 AstBuilder, StackValue, TerminalId, START_STATE_MODULE, START_STATE_SCRIPT, TABLES,
84 if t.terminal_id == TerminalId::End { in parse()
105 if t.terminal_id == TerminalId::End { in is_partial_script()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-parser/src/
H A Dlexer.rs98 terminal_id: TerminalId, in set_result() argument
420 TerminalId::As, in identifier_tail()
483 TerminalId::Do, in identifier_tail()
507 TerminalId::For, in identifier_tail()
519 TerminalId::Get, in identifier_tail()
523 TerminalId::If, in identifier_tail()
535 TerminalId::In, in identifier_tail()
563 TerminalId::Of, in identifier_tail()
1540 subst: TerminalId, in template_part() argument
1541 tail: TerminalId, in template_part() argument
[all …]
H A Dparser.rs7 StackValue, TermValue, TerminalId, Token, TABLES,
161 let token = Token::basic_token(TerminalId::End, loc); in close()
163 term: TerminalId::End.into(), in close()
182 if t.terminal_id == TerminalId::End { in parse_error()
202 if t.term == TerminalId::ErrorToken.into() { in try_error_handling()
217 term: TerminalId::ErrorToken.into(), in try_error_handling()
232 || t.terminal_id == TerminalId::End in recover()
233 || t.terminal_id == TerminalId::CloseBrace in recover()
249 pub fn can_accept_terminal(&self, t: TerminalId) -> bool { in can_accept_terminal()
H A Dsimulator.rs11 noop_actions, ParseError, ParserTrait, Result, StackValue, TermValue, TerminalId, Token, TABLES,
147 pub fn write_token(&mut self, t: TerminalId) -> Result<'alloc, ()> { in write_token()
162 term: TerminalId::End.into(), in close()
188 if term == TerminalId::ErrorToken { in try_error_handling()
201 term: TerminalId::ErrorToken.into(), in try_error_handling()
H A Dlib.rs28 AstBuilder, StackValue, TerminalId, START_STATE_MODULE, START_STATE_SCRIPT, TABLES,
84 if t.terminal_id == TerminalId::End { in parse()
105 if t.terminal_id == TerminalId::End { in is_partial_script()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-parser/src/
H A Dlexer.rs98 terminal_id: TerminalId, in set_result() argument
420 TerminalId::As, in identifier_tail()
483 TerminalId::Do, in identifier_tail()
507 TerminalId::For, in identifier_tail()
519 TerminalId::Get, in identifier_tail()
523 TerminalId::If, in identifier_tail()
535 TerminalId::In, in identifier_tail()
563 TerminalId::Of, in identifier_tail()
1540 subst: TerminalId, in template_part() argument
1541 tail: TerminalId, in template_part() argument
[all …]
H A Dparser.rs7 StackValue, TermValue, TerminalId, Token, TABLES,
161 let token = Token::basic_token(TerminalId::End, loc); in close()
163 term: TerminalId::End.into(), in close()
182 if t.terminal_id == TerminalId::End { in parse_error()
202 if t.term == TerminalId::ErrorToken.into() { in try_error_handling()
217 term: TerminalId::ErrorToken.into(), in try_error_handling()
232 || t.terminal_id == TerminalId::End in recover()
233 || t.terminal_id == TerminalId::CloseBrace in recover()
249 pub fn can_accept_terminal(&self, t: TerminalId) -> bool { in can_accept_terminal()
H A Dsimulator.rs11 noop_actions, ParseError, ParserTrait, Result, StackValue, TermValue, TerminalId, Token, TABLES,
147 pub fn write_token(&mut self, t: TerminalId) -> Result<'alloc, ()> { in write_token()
162 term: TerminalId::End.into(), in close()
188 if term == TerminalId::ErrorToken { in try_error_handling()
201 term: TerminalId::ErrorToken.into(), in try_error_handling()
H A Dlib.rs28 AstBuilder, StackValue, TerminalId, START_STATE_MODULE, START_STATE_SCRIPT, TABLES,
84 if t.terminal_id == TerminalId::End { in parse()
105 if t.terminal_id == TerminalId::End { in is_partial_script()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-parser/src/
H A Dlexer.rs98 terminal_id: TerminalId, in set_result() argument
420 TerminalId::As, in identifier_tail()
483 TerminalId::Do, in identifier_tail()
507 TerminalId::For, in identifier_tail()
519 TerminalId::Get, in identifier_tail()
523 TerminalId::If, in identifier_tail()
535 TerminalId::In, in identifier_tail()
563 TerminalId::Of, in identifier_tail()
1540 subst: TerminalId, in template_part() argument
1541 tail: TerminalId, in template_part() argument
[all …]
H A Dparser.rs7 StackValue, Term, TermValue, TerminalId, Token, TABLES,
148 let token = Token::basic_token(TerminalId::End, loc); in close()
150 term: Term::Terminal(TerminalId::End), in close()
169 if t.terminal_id == TerminalId::End { in parse_error()
189 if t.term == Term::Terminal(TerminalId::ErrorToken) { in try_error_handling()
204 term: Term::Terminal(TerminalId::ErrorToken), in try_error_handling()
219 || t.terminal_id == TerminalId::End in recover()
220 || t.terminal_id == TerminalId::CloseBrace in recover()
236 pub fn can_accept_terminal(&self, t: TerminalId) -> bool { in can_accept_terminal()
H A Dsimulator.rs10 noop_actions, ParseError, ParserTrait, Result, StackValue, Term, TermValue, TerminalId, Token,
129 pub fn write_token(&mut self, t: TerminalId) -> Result<'alloc, ()> { in write_token()
144 term: Term::Terminal(TerminalId::End), in close()
169 if t.term == Term::Terminal(TerminalId::ErrorToken) { in try_error_handling()
182 term: Term::Terminal(TerminalId::ErrorToken), in try_error_handling()
H A Dlib.rs25 AstBuilder, StackValue, TerminalId, START_STATE_MODULE, START_STATE_SCRIPT, TABLES,
81 if t.terminal_id == TerminalId::End { in parse()
102 if t.terminal_id == TerminalId::End { in is_partial_script()
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-generated-parser/src/
H A Dtoken.rs1 use crate::parser_tables_generated::TerminalId;
46 pub terminal_id: TerminalId,
80 pub fn basic_token(terminal_id: TerminalId, loc: SourceLocation) -> Self { in basic_token() argument
H A Dearly_errors.rs2 use crate::parser_tables_generated::TerminalId;
87 return (token.terminal_id == TerminalId::Name in is_arguments_identifier()
334 TerminalId::NameWithEscape => { in check_identifier()
365 TerminalId::Implements in check_identifier()
366 | TerminalId::Interface in check_identifier()
367 | TerminalId::Let in check_identifier()
368 | TerminalId::Package in check_identifier()
369 | TerminalId::Private in check_identifier()
370 | TerminalId::Protected in check_identifier()
371 | TerminalId::Public in check_identifier()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-generated-parser/src/
H A Dtoken.rs1 use crate::parser_tables_generated::TerminalId;
46 pub terminal_id: TerminalId,
80 pub fn basic_token(terminal_id: TerminalId, loc: SourceLocation) -> Self { in basic_token() argument
H A Dearly_errors.rs2 use crate::parser_tables_generated::TerminalId;
87 return (token.terminal_id == TerminalId::Name in is_arguments_identifier()
334 TerminalId::NameWithEscape => { in check_identifier()
365 TerminalId::Implements in check_identifier()
366 | TerminalId::Interface in check_identifier()
367 | TerminalId::Let in check_identifier()
368 | TerminalId::Package in check_identifier()
369 | TerminalId::Private in check_identifier()
370 | TerminalId::Protected in check_identifier()
371 | TerminalId::Public in check_identifier()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-generated-parser/src/
H A Dtoken.rs1 use crate::parser_tables_generated::TerminalId;
46 pub terminal_id: TerminalId,
80 pub fn basic_token(terminal_id: TerminalId, loc: SourceLocation) -> Self { in basic_token() argument
H A Dearly_errors.rs2 use crate::parser_tables_generated::TerminalId;
87 return (token.terminal_id == TerminalId::Name in is_arguments_identifier()
334 TerminalId::NameWithEscape => { in check_identifier()
365 TerminalId::Implements in check_identifier()
366 | TerminalId::Interface in check_identifier()
367 | TerminalId::Let in check_identifier()
368 | TerminalId::Package in check_identifier()
369 | TerminalId::Private in check_identifier()
370 | TerminalId::Protected in check_identifier()
371 | TerminalId::Public in check_identifier()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-generated-parser/src/
H A Dtoken.rs1 use crate::parser_tables_generated::TerminalId;
46 pub terminal_id: TerminalId,
80 pub fn basic_token(terminal_id: TerminalId, loc: SourceLocation) -> Self { in basic_token() argument
H A Dearly_errors.rs2 use crate::parser_tables_generated::TerminalId;
87 return (token.terminal_id == TerminalId::Name in is_arguments_identifier()
334 TerminalId::NameWithEscape => { in check_identifier()
365 TerminalId::Implements in check_identifier()
366 | TerminalId::Interface in check_identifier()
367 | TerminalId::Let in check_identifier()
368 | TerminalId::Package in check_identifier()
369 | TerminalId::Private in check_identifier()
370 | TerminalId::Protected in check_identifier()
371 | TerminalId::Public in check_identifier()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tbp/v20190627/
H A Dmodels.go66 TerminalId *string `json:"TerminalId,omitempty" name:"TerminalId"` member
168 TerminalId *string `json:"TerminalId,omitempty" name:"TerminalId"` member

12