Home
last modified time | relevance | path

Searched refs:token_type (Results 251 – 275 of 4629) sorted by relevance

1...<<11121314151617181920>>...186

/dports/www/firefox/firefox-99.0/third_party/wasm2c/src/
H A Dtoken.cc21 const char* GetTokenTypeName(TokenType token_type) { in GetTokenTypeName() argument
36 int x = static_cast<int>(token_type); in GetTokenTypeName()
44 Token::Token(Location loc, TokenType token_type) in Token() argument
45 : loc(loc), token_type_(token_type) { in Token()
49 Token::Token(Location loc, TokenType token_type, Type type) in Token() argument
50 : loc(loc), token_type_(token_type) { in Token()
55 Token::Token(Location loc, TokenType token_type, string_view text) in Token() argument
56 : loc(loc), token_type_(token_type) { in Token()
61 Token::Token(Location loc, TokenType token_type, Opcode opcode) in Token() argument
62 : loc(loc), token_type_(token_type) { in Token()
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/BuiltinFunctions/
H A DProhibitVoidGrep.pm23 my $token_type = $token->{type};
25 if ($token_type == BUILTIN_FUNC) {
55 elsif ($token_type == ASSIGN) {
59 $token_type == IF_STATEMENT ||
60 $token_type == FOR_STATEMENT ||
61 $token_type == WHILE_STATEMENT ||
62 $token_type == UNLESS_STATEMENT
67 if ($token_type == LEFT_BRACE) {
70 elsif ($token_type == RIGHT_BRACE) {
78 elsif ($token_type == SEMI_COLON) {
H A DProhibitComplexMappings.pm23 my $token_type = $token->{type};
26 if ($token_type == BUILTIN_FUNC && $token_data eq 'map') {
39 $token_type = $token->{type};
40 if ($token_type == IF_STATEMENT) {
50 elsif ($token_type == DO) { # skip semi-colons that are in do statement
55 $token_type = $token->{type};
56 if ($token_type == LEFT_BRACE) {
59 elsif ($token_type == RIGHT_BRACE) {
65 elsif ($token_type == SEMI_COLON) {
80 elsif ($token_type == LEFT_BRACE) {
[all …]
H A DProhibitSleepViaSelect.pm18 my $token_type = $token->{type};
21 if ($token_type == BUILTIN_FUNC && $token_data eq 'select') {
30 $token_type = $token->{type};
31 if ($token_type == LEFT_PAREN) {
34 elsif ($token_type == RIGHT_PAREN) {
49 elsif ($token_type == COMMA) {
53 if ($comma_num < 3 && $token_type != DEFAULT) {
62 $token_type = $token->{type};
63 if ($token_type == SEMI_COLON) {
78 elsif ($token_type == COMMA) {
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda/sql-parser/
H A Dgda-sql-parser.c490 switch (parser->priv->context->token_type) { in gda_sql_parser_parse_string()
594 …if ((parser->priv->context->token_type == L_END_OF_FILE) || (parser->priv->context->token_type == … in gda_sql_parser_parse_string()
1123 parser->priv->context->token_type = L_LP; in getToken()
1127 parser->priv->context->token_type = L_RP; in getToken()
1149 parser->priv->context->token_type = L_REM; in getToken()
1169 parser->priv->context->token_type = L_EQ; in getToken()
1175 parser->priv->context->token_type = L_LEQ; in getToken()
1187 parser->priv->context->token_type = L_LT; in getToken()
1201 parser->priv->context->token_type = L_GT; in getToken()
1639 ttype = parser->priv->context->token_type; in fetch_forward()
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sql-parser/
H A Dgda-sql-parser.c490 switch (parser->priv->context->token_type) { in gda_sql_parser_parse_string()
594 …if ((parser->priv->context->token_type == L_END_OF_FILE) || (parser->priv->context->token_type == … in gda_sql_parser_parse_string()
1123 parser->priv->context->token_type = L_LP; in getToken()
1127 parser->priv->context->token_type = L_RP; in getToken()
1149 parser->priv->context->token_type = L_REM; in getToken()
1169 parser->priv->context->token_type = L_EQ; in getToken()
1175 parser->priv->context->token_type = L_LEQ; in getToken()
1187 parser->priv->context->token_type = L_LT; in getToken()
1201 parser->priv->context->token_type = L_GT; in getToken()
1639 ttype = parser->priv->context->token_type; in fetch_forward()
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sql-parser/
H A Dgda-sql-parser.c490 switch (parser->priv->context->token_type) { in gda_sql_parser_parse_string()
594 …if ((parser->priv->context->token_type == L_END_OF_FILE) || (parser->priv->context->token_type == … in gda_sql_parser_parse_string()
1123 parser->priv->context->token_type = L_LP; in getToken()
1127 parser->priv->context->token_type = L_RP; in getToken()
1149 parser->priv->context->token_type = L_REM; in getToken()
1169 parser->priv->context->token_type = L_EQ; in getToken()
1175 parser->priv->context->token_type = L_LEQ; in getToken()
1187 parser->priv->context->token_type = L_LT; in getToken()
1201 parser->priv->context->token_type = L_GT; in getToken()
1639 ttype = parser->priv->context->token_type; in fetch_forward()
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sql-parser/
H A Dgda-sql-parser.c490 switch (parser->priv->context->token_type) { in gda_sql_parser_parse_string()
594 …if ((parser->priv->context->token_type == L_END_OF_FILE) || (parser->priv->context->token_type == … in gda_sql_parser_parse_string()
1123 parser->priv->context->token_type = L_LP; in getToken()
1127 parser->priv->context->token_type = L_RP; in getToken()
1149 parser->priv->context->token_type = L_REM; in getToken()
1169 parser->priv->context->token_type = L_EQ; in getToken()
1175 parser->priv->context->token_type = L_LEQ; in getToken()
1187 parser->priv->context->token_type = L_LT; in getToken()
1201 parser->priv->context->token_type = L_GT; in getToken()
1639 ttype = parser->priv->context->token_type; in fetch_forward()
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sql-parser/
H A Dgda-sql-parser.c490 switch (parser->priv->context->token_type) { in gda_sql_parser_parse_string()
594 …if ((parser->priv->context->token_type == L_END_OF_FILE) || (parser->priv->context->token_type == … in gda_sql_parser_parse_string()
1123 parser->priv->context->token_type = L_LP; in getToken()
1127 parser->priv->context->token_type = L_RP; in getToken()
1149 parser->priv->context->token_type = L_REM; in getToken()
1169 parser->priv->context->token_type = L_EQ; in getToken()
1175 parser->priv->context->token_type = L_LEQ; in getToken()
1187 parser->priv->context->token_type = L_LT; in getToken()
1201 parser->priv->context->token_type = L_GT; in getToken()
1639 ttype = parser->priv->context->token_type; in fetch_forward()
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sql-parser/
H A Dgda-sql-parser.c490 switch (parser->priv->context->token_type) { in gda_sql_parser_parse_string()
594 …if ((parser->priv->context->token_type == L_END_OF_FILE) || (parser->priv->context->token_type == … in gda_sql_parser_parse_string()
1123 parser->priv->context->token_type = L_LP; in getToken()
1127 parser->priv->context->token_type = L_RP; in getToken()
1149 parser->priv->context->token_type = L_REM; in getToken()
1169 parser->priv->context->token_type = L_EQ; in getToken()
1175 parser->priv->context->token_type = L_LEQ; in getToken()
1187 parser->priv->context->token_type = L_LT; in getToken()
1201 parser->priv->context->token_type = L_GT; in getToken()
1639 ttype = parser->priv->context->token_type; in fetch_forward()
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/sql-parser/
H A Dgda-sql-parser.c490 switch (parser->priv->context->token_type) { in gda_sql_parser_parse_string()
594 …if ((parser->priv->context->token_type == L_END_OF_FILE) || (parser->priv->context->token_type == … in gda_sql_parser_parse_string()
1123 parser->priv->context->token_type = L_LP; in getToken()
1127 parser->priv->context->token_type = L_RP; in getToken()
1149 parser->priv->context->token_type = L_REM; in getToken()
1169 parser->priv->context->token_type = L_EQ; in getToken()
1175 parser->priv->context->token_type = L_LEQ; in getToken()
1187 parser->priv->context->token_type = L_LT; in getToken()
1201 parser->priv->context->token_type = L_GT; in getToken()
1639 ttype = parser->priv->context->token_type; in fetch_forward()
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/RegularExpressions/
H A DProhibitUselessTopic.pm16 for (my $i = 0, my $token_type; my $token = $tokens->[$i]; $i++) {
17 $token_type = $token->{type};
19 if ($token_type == SPECIFIC_VALUE) {
21 $token_type = $token->{type};
23 if ($token_type == REG_OK || $token_type == REG_NOT) {
25 $token_type = $token->{type};
27 if ($token_type != VAR && $token_type != GLOBAL_VAR) {
/dports/devel/p5-Perl-PrereqScanner-Lite/Perl-PrereqScanner-Lite-0.26/lib/Perl/PrereqScanner/Lite/Scanner/
H A DVersion.pm8 my ($class, $c, $token, $token_type) = @_;
10 if ($token_type == KEY || $token_type == NAMESPACE || $token_type == NAMESPACE_RESOLVER) {
15 if ($token_type == METHOD && $token->{data} eq 'VERSION') {
20 …if ($c->{is_version_decl} && $token_type == INT || $token_type == DOUBLE || $token_type == VERSION…
29 if ($token_type == SEMI_COLON) {
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/multi-line-comments-6/
H A Dtokens.snap15 token_type:
26 token_type:
37 token_type:
48 token_type:
59 token_type:
70 token_type:
81 token_type:
92 token_type:
104 token_type:
115 token_type:
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/roblox_cases/fail/parser/parentheses_variadic_types/
H A Dtokens.snap14 token_type:
25 token_type:
36 token_type:
47 token_type:
58 token_type:
69 token_type:
80 token_type:
91 token_type:
102 token_type:
113 token_type:
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/Variables/
H A DRequireLexicalLoopIterators.pm19 for (my $i = 0, my $token_type; my $token = $tokens->[$i]; $i++) {
20 $token_type = $token->{type};
23 $token_type == FOR_STATEMENT ||
24 ($token_type == FOREACH_STATEMENT && $perl_version > $perl_version_threshold)
27 $token_type = $token->{type};
29 if ($token_type != VAR_DECL && $token_type != LEFT_PAREN) {
39 elsif ($token_type == USE_DECL || $token_type == REQUIRE_DECL) {
/dports/biology/lamarc/lamarc-2.1.8/boost/wave/util/
H A Dcpp_macromap.hpp62 typedef typename ContextT::token_type token_type; typedef in boost::wave::util::macromap
116 token_type const &t);
389 inline typename ContextT::token_type const &
421 inline typename ContextT::token_type const &
446 token_type placeholder = *first; in expand_tokensequence_worker()
466 token_type curr_token = *first; in expand_tokensequence_worker()
483 token_type name_token (*first); in expand_tokensequence_worker()
573 token_type startof_argument_list = *next; in collect_arguments()
1281 token_type pragma_token = *first; in resolve_operator_pragma()
1578 std::vector<token_type> param; in predefine_macro()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/fail/parser/index-4/
H A Dtokens.snap15 token_type:
26 token_type:
37 token_type:
48 token_type:
59 token_type:
70 token_type:
81 token_type:
92 token_type:
103 token_type:
114 token_type:
[all …]
/dports/emulators/mess/mame-mame0226/src/lib/netlist/plib/
H A Dptokenizer.cpp86 if (!tok.is_type(token_type::STRING)) in get_string()
97 if (!tok.is_type(token_type::IDENTIFIER)) in get_identifier()
107 if (!(tok.is_type(token_type::IDENTIFIER) || tok.is_type(token_type::NUMBER))) in get_identifier_or_number()
118 if (!tok.is_type(token_type::NUMBER)) in get_number_double()
132 if (!tok.is_type(token_type::NUMBER)) in get_number_long()
145 if (tok.is_type(token_type::LINEMARKER)) in process_line_token()
179 if (tok.is_type(token_type::SOURCELINE)) in process_line_token()
194 if (ret.is_type(token_type::token_type::ENDOFFILE)) in get_token()
245 token_type ret = token_type::NUMBER; in get_token_internal()
249 ret = token_type::IDENTIFIER; in get_token_internal()
[all …]
/dports/emulators/mame/mame-mame0226/src/lib/netlist/plib/
H A Dptokenizer.cpp86 if (!tok.is_type(token_type::STRING)) in get_string()
97 if (!tok.is_type(token_type::IDENTIFIER)) in get_identifier()
107 if (!(tok.is_type(token_type::IDENTIFIER) || tok.is_type(token_type::NUMBER))) in get_identifier_or_number()
118 if (!tok.is_type(token_type::NUMBER)) in get_number_double()
132 if (!tok.is_type(token_type::NUMBER)) in get_number_long()
145 if (tok.is_type(token_type::LINEMARKER)) in process_line_token()
179 if (tok.is_type(token_type::SOURCELINE)) in process_line_token()
194 if (ret.is_type(token_type::token_type::ENDOFFILE)) in get_token()
245 token_type ret = token_type::NUMBER; in get_token_internal()
249 ret = token_type::IDENTIFIER; in get_token_internal()
[all …]
/dports/lang/python37/Python-3.7.12/Lib/email/
H A D_header_value_parser.py118 token_type = None variable in TokenList
201 token_type = 'phrase' variable in Phrase
205 token_type = 'word' variable in Word
210 token_type = 'cfws' variable in CFWSList
215 token_type = 'atom' variable in Atom
220 token_type = 'token' variable in Token
374 token_type = "group" variable in Group
594 if self[0].token_type=='cfws' or self[0][0].token_type=='cfws':
596 if self[-1].token_type=='cfws' or self[-1][-1].token_type=='cfws':
713 token_type = 'value' variable in Value
[all …]
/dports/math/mathomatic/mathomatic-ceb0861/
H A Dunfactor.c36 token_type *equation; in uf_tsimp()
58 token_type *equation; in uf_power()
79 token_type *equation; in uf_pplus()
98 token_type *equation; in uf_allpower()
116 token_type *equation; in uf_repeat()
136 token_type *equation; in uf_repeat_always()
168 token_type *equation; in uf_simp_no_repeat()
180 token_type *equation; in ufactor()
196 token_type *equation; in no_divide()
223 token_type *equation; in uf_times()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/fail/parser/generic-for-2/
H A Dtokens.snap15 token_type:
26 token_type:
37 token_type:
48 token_type:
59 token_type:
70 token_type:
81 token_type:
92 token_type:
103 token_type:
114 token_type:
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/fail/parser/while-4/
H A Dtokens.snap15 token_type:
26 token_type:
37 token_type:
48 token_type:
59 token_type:
70 token_type:
81 token_type:
92 token_type:
103 token_type:
114 token_type:
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/fail/parser/while-3/
H A Dtokens.snap15 token_type:
26 token_type:
37 token_type:
48 token_type:
59 token_type:
70 token_type:
81 token_type:
92 token_type:
103 token_type:
114 token_type:
[all …]

1...<<11121314151617181920>>...186