Home
last modified time | relevance | path

Searched refs:token_type (Results 1 – 25 of 2325) sorted by relevance

12345678910>>...93

/dports/math/mathomatic/mathomatic-ceb0861/
H A Dproto.h28 int found_var(token_type *p1, int n, long v);
32 int subst_var_with_exp(token_type *equation, int *np, token_type *expression, int len, long v);
55 int var_count(token_type *p1, int n1);
185 void list_debug(int level, token_type *p1, int n1, token_type *p2, int n2);
193 int int_expr(token_type *p1, int n);
232 int poly_gcd(token_type *larger, int llen, token_type *smaller, int slen, long v);
233 int poly2_gcd(token_type *larger, int llen, token_type *smaller, int slen, long v, int require_addi…
239 int poly_div(token_type *d1, int len1, token_type *d2, int len2, long *vp);
240 int smart_div(token_type *d1, int len1, token_type *d2, int len2);
277 int se_compare(token_type *p1, int n1, token_type *p2, int n2, int *diff_signp);
[all …]
/dports/lang/nyan/nyan-3c263e2/nyan/
H A Dtoken.h17 enum class token_type { enum
66 case token_type::AS: return "as"; in token_type_str()
67 case token_type::AT: return "@"; in token_type_str()
106 case token_type::FLOAT: in token_needs_payload()
107 case token_type::ID: in token_needs_payload()
108 case token_type::INT: in token_needs_payload()
109 case token_type::OPERATOR: in token_needs_payload()
110 case token_type::STRING: in token_needs_payload()
128 token_type type);
133 token_type type,
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/include/nlohmann/detail/input/
H A Dlexer.hpp40 enum class token_type enum in nlohmann::detail::lexer
70 case token_type::literal_true: in token_type_name()
74 case token_type::literal_null: in token_type_name()
76 case token_type::value_string: in token_type_name()
82 case token_type::begin_array: in token_type_name()
86 case token_type::end_array: in token_type_name()
88 case token_type::end_object: in token_type_name()
94 case token_type::parse_error: in token_type_name()
235 token_type scan_string() in scan_string()
886 token_type number_type = token_type::value_unsigned; in scan_number()
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/thirdparty/nlohmann/detail/input/
H A Dlexer.hpp40 enum class token_type enum in nlohmann::detail::lexer
70 case token_type::literal_true: in token_type_name()
74 case token_type::literal_null: in token_type_name()
76 case token_type::value_string: in token_type_name()
82 case token_type::begin_array: in token_type_name()
86 case token_type::end_array: in token_type_name()
88 case token_type::end_object: in token_type_name()
94 case token_type::parse_error: in token_type_name()
235 token_type scan_string() in scan_string()
886 token_type number_type = token_type::value_unsigned; in scan_number()
[all …]
/dports/graphics/qgis/qgis-3.22.3/external/nlohmann/detail/input/
H A Dlexer.hpp40 enum class token_type enum in nlohmann::detail::lexer
68 case token_type::literal_true: in token_type_name()
72 case token_type::literal_null: in token_type_name()
74 case token_type::value_string: in token_type_name()
80 case token_type::begin_array: in token_type_name()
84 case token_type::end_array: in token_type_name()
86 case token_type::end_object: in token_type_name()
92 case token_type::parse_error: in token_type_name()
232 token_type scan_string() in scan_string()
880 token_type number_type = token_type::value_unsigned; in scan_number()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/external/nlohmann/detail/input/
H A Dlexer.hpp40 enum class token_type enum in nlohmann::detail::lexer
68 case token_type::literal_true: in token_type_name()
72 case token_type::literal_null: in token_type_name()
74 case token_type::value_string: in token_type_name()
80 case token_type::begin_array: in token_type_name()
84 case token_type::end_array: in token_type_name()
86 case token_type::end_object: in token_type_name()
92 case token_type::parse_error: in token_type_name()
232 token_type scan_string() in scan_string()
880 token_type number_type = token_type::value_unsigned; in scan_number()
[all …]
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/nlohmann-json/include/nlohmann/detail/input/
H A Dlexer.hpp30 enum class token_type enum in nlohmann::detail::lexer_base
60 case token_type::literal_true: in token_type_name()
70 case token_type::value_float: in token_type_name()
72 case token_type::begin_array: in token_type_name()
76 case token_type::end_array: in token_type_name()
78 case token_type::end_object: in token_type_name()
84 case token_type::parse_error: in token_type_name()
113 using token_type = typename lexer_base<BasicJsonType>::token_type; typedef in nlohmann::detail::lexer
246 token_type scan_string() in scan_string()
968 token_type number_type = token_type::value_unsigned; in scan_number()
[all …]
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/nlohmann/detail/input/
H A Dlexer.hpp30 enum class token_type enum in nlohmann::detail::lexer_base
60 case token_type::literal_true: in token_type_name()
70 case token_type::value_float: in token_type_name()
72 case token_type::begin_array: in token_type_name()
76 case token_type::end_array: in token_type_name()
78 case token_type::end_object: in token_type_name()
84 case token_type::parse_error: in token_type_name()
113 using token_type = typename lexer_base<BasicJsonType>::token_type; typedef in nlohmann::detail::lexer
246 token_type scan_string() in scan_string()
968 token_type number_type = token_type::value_unsigned; in scan_number()
[all …]
/dports/audio/giada/giada-0.17.1/src/deps/json/include/nlohmann/detail/input/
H A Dlexer.hpp30 enum class token_type enum in nlohmann::detail::lexer_base
60 case token_type::literal_true: in token_type_name()
70 case token_type::value_float: in token_type_name()
72 case token_type::begin_array: in token_type_name()
76 case token_type::end_array: in token_type_name()
78 case token_type::end_object: in token_type_name()
84 case token_type::parse_error: in token_type_name()
113 using token_type = typename lexer_base<BasicJsonType>::token_type; typedef in nlohmann::detail::lexer
246 token_type scan_string() in scan_string()
968 token_type number_type = token_type::value_unsigned; in scan_number()
[all …]
/dports/audio/giada/giada-0.17.1/src/deps/json/test/src/
H A Dunit-class_lexer.cpp41 json::lexer::token_type scan_string(const char* s, const bool ignore_comments) in scan_string()
63 CHECK((scan_string("[") == json::lexer::token_type::begin_array));
64 CHECK((scan_string("]") == json::lexer::token_type::end_array));
65 CHECK((scan_string("{") == json::lexer::token_type::begin_object));
66 CHECK((scan_string("}") == json::lexer::token_type::end_object));
68 CHECK((scan_string(":") == json::lexer::token_type::name_separator));
94 CHECK((scan_string("1.1") == json::lexer::token_type::value_float));
102 CHECK((scan_string(" ") == json::lexer::token_type::end_of_input));
161 CHECK((res != json::lexer::token_type::parse_error));
171 CHECK((res == json::lexer::token_type::end_of_input));
[all …]
/dports/devel/nlohmann-json/json-3.10.4/test/src/
H A Dunit-class_lexer.cpp39 json::lexer::token_type scan_string(const char* s, bool ignore_comments = false);
40 json::lexer::token_type scan_string(const char* s, const bool ignore_comments) in scan_string()
62 CHECK((scan_string("[") == json::lexer::token_type::begin_array));
63 CHECK((scan_string("]") == json::lexer::token_type::end_array));
64 CHECK((scan_string("{") == json::lexer::token_type::begin_object));
65 CHECK((scan_string("}") == json::lexer::token_type::end_object));
67 CHECK((scan_string(":") == json::lexer::token_type::name_separator));
101 CHECK((scan_string(" ") == json::lexer::token_type::end_of_input));
160 CHECK((res != json::lexer::token_type::parse_error));
170 CHECK((res == json::lexer::token_type::end_of_input));
[all …]
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/lib/json/include/nlohmann/detail/input/
H A Dlexer.hpp30 enum class token_type enum in nlohmann::detail::lexer_base
60 case token_type::literal_true: in token_type_name()
70 case token_type::value_float: in token_type_name()
72 case token_type::begin_array: in token_type_name()
76 case token_type::end_array: in token_type_name()
78 case token_type::end_object: in token_type_name()
84 case token_type::parse_error: in token_type_name()
113 using token_type = typename lexer_base<BasicJsonType>::token_type; typedef in nlohmann::detail::lexer
246 token_type scan_string() in scan_string()
968 token_type number_type = token_type::value_unsigned; in scan_number()
[all …]
/dports/devel/nlohmann-json/json-3.10.4/include/nlohmann/detail/input/
H A Dlexer.hpp30 enum class token_type enum in nlohmann::detail::lexer_base
60 case token_type::literal_true: in token_type_name()
70 case token_type::value_float: in token_type_name()
72 case token_type::begin_array: in token_type_name()
76 case token_type::end_array: in token_type_name()
78 case token_type::end_object: in token_type_name()
84 case token_type::parse_error: in token_type_name()
113 using token_type = typename lexer_base<BasicJsonType>::token_type; typedef in nlohmann::detail::lexer
246 token_type scan_string() in scan_string()
968 token_type number_type = token_type::value_unsigned; in scan_number()
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/Variables/
H A DProhibitPackageVars.pm25 $token_type = $token->{type};
28 if ($token_type == OUR_DECL) {
30 $token_type = $token->{type};
31 if ($token_type == LEFT_PAREN) {
72 $token_type == VAR ||
74 $token_type == HASH_VAR
193 $token_type == VAR ||
194 $token_type == ARRAY_VAR ||
195 $token_type == HASH_VAR
203 if ($token_type == ASSIGN || $token_type == SEMI_COLON) {
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/roblox_cases/pass/types/
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/roblox_cases/pass/no_roblox_syntax/
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/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/ErrorHandling/
H A DRequireCarping.pm34 my $token_type = $token->{type};
38 $token_type eq BUILTIN_FUNC &&
44 $token_type = $token->{type};
48 if ($token_type == STRING) {
60 elsif ($token_type == HERE_DOCUMENT_TAG || $token_type == HERE_DOCUMENT_RAW_TAG) {
94 elsif ($token_type == METHOD) {
114 $token_type == KEY
148 elsif ($token_type == PACKAGE) {
151 elsif ($token_type == FUNCTION_DECL) {
154 elsif ($token_type == LEFT_BRACE) {
[all …]
H A DRequireCheckingReturnValueOfEval.pm24 my $token_type = $token->{type};
27 if ($token_type == ASSIGN) {
30 elsif ($token_type == COMMA) {
39 elsif ($token_type == LEFT_PAREN) {
42 elsif ($token_type == LEFT_BRACE) {
45 elsif ($token_type == LEFT_BRACKET) {
48 elsif ($token_type == RIGHT_PAREN) {
51 elsif ($token_type == RIGHT_BRACE) {
54 elsif ($token_type == RIGHT_BRACKET) {
63 $token_type == BUILTIN_FUNC &&
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/test/src/
H A Dunit-class_lexer.cpp40 json::lexer::token_type scan_string(const char* s);
41 json::lexer::token_type scan_string(const char* s) in scan_string()
53 CHECK((scan_string("[") == json::lexer::token_type::begin_array));
54 CHECK((scan_string("]") == json::lexer::token_type::end_array));
55 CHECK((scan_string("{") == json::lexer::token_type::begin_object));
56 CHECK((scan_string("}") == json::lexer::token_type::end_object));
58 CHECK((scan_string(":") == json::lexer::token_type::name_separator));
92 CHECK((scan_string(" ") == json::lexer::token_type::end_of_input));
149 CHECK((res != json::lexer::token_type::parse_error));
159 CHECK((res == json::lexer::token_type::end_of_input));
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/roblox_cases/pass/types_parentheses/
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/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/tests/roblox_cases/pass/types_variadic/
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/Subroutines/
H A DProhibitUnusedPrivateSubroutines.pm28 my $token_type = $token->{type};
31 if ($token_type == FUNCTION_DECL) {
40 if ($token_type == NAMESPACE || $token_type == FUNCTION) {
58 … elsif ($token_type == CALL || $token_type == KEY || $token_type == METHOD) {
75 elsif ($token_type == CALL || $token_type == KEY || $token_type == METHOD) {
81 $token_type = $token->{type};
84 if ($token_type == ARROW) {
107 elsif ($token_type == REG_REPLACE || $token_type == REG_MATCH) {
109 $token_type = $token->{type};
110 if ($token_type == REG_REPLACE_TO || $token_type == REG_EXP) {
[all …]
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/thirdparty/nlohmann/detail/input/
H A Dlexer.hpp37 enum class token_type enum in nlohmann::detail::lexer
65 case token_type::literal_true: in token_type_name()
69 case token_type::literal_null: in token_type_name()
77 case token_type::begin_array: in token_type_name()
81 case token_type::end_array: in token_type_name()
83 case token_type::end_object: in token_type_name()
89 case token_type::parse_error: in token_type_name()
226 token_type scan_string() in scan_string()
712 token_type scan_number() in scan_number()
719 token_type number_type = token_type::value_unsigned; in scan_number()
[all …]
/dports/science/avogadrolibs/avogadrolibs-1.94.0/thirdparty/nlohmann/detail/input/
H A Dlexer.hpp37 enum class token_type enum in nlohmann::detail::lexer
65 case token_type::literal_true: in token_type_name()
69 case token_type::literal_null: in token_type_name()
77 case token_type::begin_array: in token_type_name()
81 case token_type::end_array: in token_type_name()
83 case token_type::end_object: in token_type_name()
89 case token_type::parse_error: in token_type_name()
226 token_type scan_string() in scan_string()
712 token_type scan_number() in scan_number()
719 token_type number_type = token_type::value_unsigned; in scan_number()
[all …]
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/RegularExpressions/
H A DProhibitCaptureWithoutTest.pm49 $token_type = $token->{type};
52 if ($token_type == REG_QUOTE || $token_type == REG_DOUBLE_QUOTE) {
58 if ($token_type == REG_EXP || $token_type == REG_REPLACE_FROM) {
77 $token_type == OR ||
85 … ($exceptions{$token_data} && $token_type == KEY || $token_type == BUILTIN_FUNC) ||
126 $token_type = $token->{type};
137 elsif ($token_type == REG_EXP || $token_type == REG_REPLACE_FROM) {
152 if ($token_type == REG_EXP || $token_type == REG_REPLACE_FROM) {
162 if ($token_type == LEFT_BRACE) {
180 if ($token_type == ASSIGN) {
[all …]

12345678910>>...93