Home
last modified time | relevance | path

Searched refs:token_type (Results 126 – 150 of 3093) sorted by relevance

12345678910>>...124

/dports/lang/nyan/nyan-3c263e2/nyan/lexer/
H A Dbracket.cpp76 case token_type::LPAREN: in to_type()
77 case token_type::RPAREN: in to_type()
79 case token_type::LANGLE: in to_type()
80 case token_type::RANGLE: in to_type()
82 case token_type::LBRACKET: in to_type()
83 case token_type::RBRACKET: in to_type()
85 case token_type::LBRACE: in to_type()
86 case token_type::RBRACE: in to_type()
97 return token_type::RPAREN; in expected_match()
99 return token_type::RANGLE; in expected_match()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/lua52_cases/pass/goto-1/
H A Dast.snap20 token_type:
32 token_type:
46 token_type:
61 token_type:
93 token_type:
105 token_type:
149 token_type:
161 token_type:
434 token_type:
462 token_type:
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/roblox_cases/pass/types_exported/
H A Dast.snap20 token_type:
32 token_type:
46 token_type:
58 token_type:
73 token_type:
85 token_type:
227 token_type:
239 token_type:
254 token_type:
280 token_type:
[all …]
/dports/www/firefox/firefox-99.0/third_party/wasm2c/src/
H A Dtoken.h49 inline bool IsTokenTypeBare(TokenType token_type) { in IsTokenTypeBare() argument
50 return token_type >= TokenType::First_Bare && in IsTokenTypeBare()
51 token_type <= TokenType::Last_Bare; in IsTokenTypeBare()
55 return token_type >= TokenType::First_String && in IsTokenTypeString()
56 token_type <= TokenType::Last_String; in IsTokenTypeString()
60 return token_type == TokenType::ValueType; in IsTokenTypeType()
64 return token_type >= TokenType::First_Opcode && in IsTokenTypeOpcode()
65 token_type <= TokenType::Last_Opcode; in IsTokenTypeOpcode()
69 return token_type >= TokenType::First_Literal && in IsTokenTypeLiteral()
70 token_type <= TokenType::Last_Literal; in IsTokenTypeLiteral()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/roblox_cases/pass/shorthand_array_type/
H A Dast.snap20 token_type:
32 token_type:
46 token_type:
63 token_type:
120 token_type:
132 token_type:
229 token_type:
241 token_type:
255 token_type:
329 token_type:
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/if-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 …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/exponents/
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/science/madness/madness-ebb3fd7/src/madness/external/muParser/
H A DmuParserTokenReader.h76 token_type ReadNextToken();
111 bool IsBuiltIn(token_type &a_Tok);
112 bool IsArgSep(token_type &a_Tok);
113 bool IsEOF(token_type &a_Tok);
115 bool IsFunTok(token_type &a_Tok);
117 bool IsOprt(token_type &a_Tok);
118 bool IsValTok(token_type &a_Tok);
119 bool IsVarTok(token_type &a_Tok);
122 bool IsString(token_type &a_Tok);
127 token_type& SaveBeforeReturn(const token_type &tok);
[all …]
/dports/devel/p5-Perl-PrereqScanner-Lite/Perl-PrereqScanner-Lite-0.26/lib/Perl/PrereqScanner/Lite/Scanner/
H A DMoose.pm8 my ($class, $c, $token, $token_type) = @_;
19 if ($token_type == LEFT_BRACE) {
24 if ($token_type == RIGHT_BRACE) {
38 if ($token_type == REG_LIST) {
43 if ($token_type == REG_EXP) {
56 if ($token_type == LEFT_PAREN) {
60 if ($token_type == RIGHT_PAREN) {
65 … if (($token_type == STRING || $token_type == RAW_STRING) && !$c->{does_exist_moose_garbage}) {
75 … if ((($token_type == STRING || $token_type == RAW_STRING)) && !$c->{does_exist_moose_garbage}) {
81 if ($token_type == SEMI_COLON) {
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DDeviceTokenManager.cpp135 TokenType token_type; in register_device() local
150 token_type = TokenType::Fcm; in register_device()
181 token_type = TokenType::Wns; in register_device()
280 save_info(token_type); in register_device()
284 for (int32 token_type = 1; token_type < TokenType::Size; token_type++) { in reregister_device() local
295 for (int32 token_type = 1; token_type < TokenType::Size; token_type++) { in get_encryption_keys() local
313 for (int32 token_type = 1; token_type < TokenType::Size; token_type++) { in start_up() local
351 LOG(INFO) << "SET device token " << token_type << "--->" << tokens_[token_type]; in save_info()
371 for (int32 token_type = 1; token_type < TokenType::Size; token_type++) { in loop() local
397 CHECK(token_type >= 1 && token_type < TokenType::Size); in on_result()
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/InputOutput/
H A DProhibitReadlineInForLoop.pm17 my $token_type = $token->{type};
19 if ($token_type == FOR_STATEMENT || $token_type == FOREACH_STATEMENT) {
22 $token_type = $token->{type};
23 if ($token_type == DIAMOND || $token_type == LESS) {
36 $token_type = $token->{type};
38 if ($token_type == LEFT_PAREN) {
41 $token_type = $token->{type};
42 if ($token_type == LEFT_PAREN) {
45 elsif ($token_type == RIGHT_PAREN) {
48 elsif ($token_type == DIAMOND) {
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/table-constructor-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/pass/if-4/
H A Dast.snap20 token_type:
32 token_type:
49 token_type:
61 token_type:
75 token_type:
87 token_type:
180 token_type:
235 token_type:
339 token_type:
351 token_type:
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/muparser/include/
H A DmuParserTokenReader.h77 token_type ReadNextToken();
117 bool IsBuiltIn(token_type &a_Tok);
118 bool IsArgSep(token_type &a_Tok);
119 bool IsEOF(token_type &a_Tok);
121 bool IsFunTok(token_type &a_Tok);
123 bool IsOprt(token_type &a_Tok);
124 bool IsValTok(token_type &a_Tok);
125 bool IsVarTok(token_type &a_Tok);
128 bool IsString(token_type &a_Tok);
133 token_type& SaveBeforeReturn(const token_type &tok);
[all …]
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/muparser/
H A DmuParserTokenReader.h76 token_type ReadNextToken();
116 bool IsBuiltIn(token_type &a_Tok);
117 bool IsArgSep(token_type &a_Tok);
118 bool IsEOF(token_type &a_Tok);
120 bool IsFunTok(token_type &a_Tok);
122 bool IsOprt(token_type &a_Tok);
123 bool IsValTok(token_type &a_Tok);
124 bool IsVarTok(token_type &a_Tok);
127 bool IsString(token_type &a_Tok);
132 token_type& SaveBeforeReturn(const token_type &tok);
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/muparser_v2_2_4/include/
H A DmuParserTokenReader.h77 token_type ReadNextToken();
117 bool IsBuiltIn(token_type &a_Tok);
118 bool IsArgSep(token_type &a_Tok);
119 bool IsEOF(token_type &a_Tok);
121 bool IsFunTok(token_type &a_Tok);
123 bool IsOprt(token_type &a_Tok);
124 bool IsValTok(token_type &a_Tok);
125 bool IsVarTok(token_type &a_Tok);
128 bool IsString(token_type &a_Tok);
133 token_type& SaveBeforeReturn(const token_type &tok);
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/muparser_v225/include/
H A DmuParserTokenReader.h77 token_type ReadNextToken();
117 bool IsBuiltIn(token_type &a_Tok);
118 bool IsArgSep(token_type &a_Tok);
119 bool IsEOF(token_type &a_Tok);
121 bool IsFunTok(token_type &a_Tok);
123 bool IsOprt(token_type &a_Tok);
124 bool IsValTok(token_type &a_Tok);
125 bool IsVarTok(token_type &a_Tok);
128 bool IsString(token_type &a_Tok);
133 token_type& SaveBeforeReturn(const token_type &tok);
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/Variables/
H A DProhibitUnusedVariables.pm33 $token_type = $token->{type};
35 if ($token_type == LEFT_BRACE) {
40 if ($token_type == RIGHT_BRACE) {
56 if ($token_type == VAR_DECL) {
95 if ($token_type == OUR_DECL || $token_type == LOCAL_DECL) {
104 if ($var_token_types{$token_type}) {
108 $token_type = $token->{type};
109 if ($token_type == LEFT_BRACKET) {
112 elsif ($token_type == LEFT_BRACE) {
121 $token_type == REG_REPLACE_TO ||
[all …]
H A DRequireNegativeIndices.pm32 $token_type = $token->{type};
36 if ($var_token_types{$token_type} || $token_type == SHORT_SCALAR_DEREFERENCE) {
38 if ($token_type == SHORT_SCALAR_DEREFERENCE) {
61 $token_type = $token->{type};
63 if ($token_type == LEFT_BRACKET) {
68 if ($token_type == RIGHT_BRACKET) {
74 $token_type == ARRAY_SIZE ||
80 $token_type = $token->{type};
83 if ($is_reference && $var_token_types{$token_type}) {
108 $token_type == ARRAY_DEREFERENCE ||
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/negative-numbers/
H A Dast.snap20 token_type:
32 token_type:
48 token_type:
60 token_type:
74 token_type:
86 token_type:
167 token_type:
179 token_type:
221 token_type:
233 token_type:
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/Subroutines/
H A DProtectPrivateSubs.pm29 my $token_type = $token->{type};
32 if ($token_type == POINTER || $token_type == NAMESPACE_RESOLVER) {
71 $token_type == USE_DECL ||
72 $token_type == REQUIRE_DECL ||
73 $token_type == PACKAGE
76 $token_type = $token->{type};
89 elsif ($token_type == NAMESPACE) {
94 $token_type == VAR ||
95 $token_type == GLOBAL_VAR ||
96 $token_type == LOCAL_VAR
[all …]
/dports/devel/cpp-hocon/cpp-hocon-0.3.0/lib/src/
H A Dconfig_document_parser.cc67 …if (t->get_token_type() == token_type::IGNORED_WHITESPACE || t->get_token_type() == token_type::NE… in next_token_collecting_whitespace()
142 …} else if (t->get_token_type() == token_type::VALUE || t->get_token_type() == token_type::UNQUOTED… in consolidate_values()
143 …t->get_token_type() == token_type::SUBSTITUTION || t->get_token_type() == token_type::OPEN_CURLY || in consolidate_values()
225 …if (t->get_token_type() == token_type::VALUE || t->get_token_type() == token_type::UNQUOTED_TEXT || in parse_value()
255 …while (t->get_token_type() == token_type::VALUE || t->get_token_type() == token_type::UNQUOTED_TEX… in parse_key()
292 … return t->get_token_type() == token_type::COLON || t->get_token_type() == token_type::EQUALS || in is_key_value_separator()
525 if (t->get_token_type() == token_type::START) { in parse()
534 …if (t->get_token_type() == token_type::OPEN_CURLY || t->get_token_type() == token_type::OPEN_SQUAR… in parse()
562 if (t->get_token_type() == token_type::END) { in parse()
584 …if (t->get_token_type() == token_type::IGNORED_WHITESPACE || t->get_token_type() == token_type::NE… in parse_single_value()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/semicolons-1/
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/pass/generic-for-loop-2/
H A Dast.snap20 token_type:
32 token_type:
48 token_type:
62 token_type:
88 token_type:
100 token_type:
114 token_type:
126 token_type:
214 token_type:
226 token_type:
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/cases/pass/table-constructors-8/
H A Dast.snap21 token_type:
33 token_type:
53 token_type:
65 token_type:
78 token_type:
90 token_type:
178 token_type:
221 token_type:
233 token_type:
362 token_type:
[all …]

12345678910>>...124