Home
last modified time | relevance | path

Searched refs:TokenValue (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/front/glsl/
H A Dlex.rs3 token::{Directive, DirectiveKind, Token, TokenValue},
70 "in" => TokenValue::In, in next()
71 "out" => TokenValue::Out, in next()
98 "if" => TokenValue::If, in next()
99 "else" => TokenValue::Else, in next()
101 "case" => TokenValue::Case, in next()
105 "do" => TokenValue::Do, in next()
106 "for" => TokenValue::For, in next()
108 "void" => TokenValue::Void, in next()
157 Punct::Dot => TokenValue::Dot, in next()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/front/glsl/parser/
H A Dexpressions.rs7 token::{Token, TokenValue},
106 vec![TokenValue::Comma.into(), TokenValue::RightParen.into()], in parse_function_call_args()
211 | TokenValue::Dot in parse_postfix()
243 TokenValue::Increment | TokenValue::Decrement => { in parse_postfix()
274 TokenValue::Plus | TokenValue::Dash | TokenValue::Bang | TokenValue::Tilde => { in parse_unary()
285 TokenValue::Bang | TokenValue::Tilde => HirExprKind::Unary { in parse_unary()
296 TokenValue::Increment | TokenValue::Decrement => { in parse_unary()
518 TokenValue::Equal | TokenValue::NotEqual => (13, 14), in binding_power()
523 TokenValue::LeftShift | TokenValue::RightShift => (17, 18), in binding_power()
524 TokenValue::Plus | TokenValue::Dash => (19, 20), in binding_power()
[all …]
H A Dtypes.rs6 token::{Token, TokenValue},
50 TokenValue::Void => None, in parse_type()
52 TokenValue::Struct => { in parse_type()
118 | TokenValue::Const in peek_type_qualifier()
119 | TokenValue::In in peek_type_qualifier()
120 | TokenValue::Out in peek_type_qualifier()
121 | TokenValue::Uniform in peek_type_qualifier()
122 | TokenValue::Shared in peek_type_qualifier()
123 | TokenValue::Buffer in peek_type_qualifier()
124 | TokenValue::Restrict in peek_type_qualifier()
[all …]
H A Dfunctions.rs8 token::{Token, TokenValue},
18 TokenValue::In | TokenValue::Out | TokenValue::InOut | TokenValue::Const => true, in peek_parameter_qualifier()
68 TokenValue::Continue => { in parse_statement()
74 TokenValue::Break => { in parse_statement()
80 TokenValue::Return => { in parse_statement()
110 TokenValue::If => { in parse_statement()
154 TokenValue::Switch => { in parse_statement()
239 TokenValue::Case | TokenValue::Default | TokenValue::RightBrace => { in parse_statement()
272 TokenValue::While => { in parse_statement()
323 TokenValue::Do => { in parse_statement()
[all …]
H A Ddeclarations.rs10 token::{Token, TokenValue},
75 TokenValue::Comma => { in parse_initializer()
83 TokenValue::RightBrace => { in parse_initializer()
91 vec![TokenValue::Comma.into(), TokenValue::RightBrace.into()], in parse_initializer()
157 TokenValue::Semicolon => break, in parse_init_declarator_list()
214 TokenValue::Semicolon => break, in parse_init_declarator_list()
215 TokenValue::Comma => {} in parse_init_declarator_list()
220 vec![TokenValue::Comma.into(), TokenValue::Semicolon.into()], in parse_init_declarator_list()
379 TokenValue::Semicolon => { in parse_declaration()
514 TokenValue::Semicolon => None, in parse_block_declaration()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-parser/src/
H A Dlexer.rs100 value: TokenValue, in set_result() argument
2123 TokenValue::None, in advance_impl()
2128 TokenValue::None, in advance_impl()
2133 TokenValue::None, in advance_impl()
2138 TokenValue::None, in advance_impl()
2143 TokenValue::None, in advance_impl()
2148 TokenValue::None, in advance_impl()
2153 TokenValue::None, in advance_impl()
2213 TokenValue::None, in advance_impl()
2219 TokenValue::Atom(index) in string_to_token_value()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-parser/src/
H A Dlexer.rs100 value: TokenValue, in set_result() argument
2123 TokenValue::None, in advance_impl()
2128 TokenValue::None, in advance_impl()
2133 TokenValue::None, in advance_impl()
2138 TokenValue::None, in advance_impl()
2143 TokenValue::None, in advance_impl()
2148 TokenValue::None, in advance_impl()
2153 TokenValue::None, in advance_impl()
2213 TokenValue::None, in advance_impl()
2219 TokenValue::Atom(index) in string_to_token_value()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-parser/src/
H A Dlexer.rs100 value: TokenValue, in set_result() argument
2123 TokenValue::None, in advance_impl()
2128 TokenValue::None, in advance_impl()
2133 TokenValue::None, in advance_impl()
2138 TokenValue::None, in advance_impl()
2143 TokenValue::None, in advance_impl()
2148 TokenValue::None, in advance_impl()
2153 TokenValue::None, in advance_impl()
2213 TokenValue::None, in advance_impl()
2219 TokenValue::Atom(index) in string_to_token_value()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-parser/src/
H A Dlexer.rs100 value: TokenValue, in set_result() argument
2123 TokenValue::None, in advance_impl()
2128 TokenValue::None, in advance_impl()
2133 TokenValue::None, in advance_impl()
2138 TokenValue::None, in advance_impl()
2143 TokenValue::None, in advance_impl()
2148 TokenValue::None, in advance_impl()
2153 TokenValue::None, in advance_impl()
2213 TokenValue::None, in advance_impl()
2219 TokenValue::Atom(index) in string_to_token_value()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/lex/lexer/lexertl/
H A Dfunctor_data.hpp29 , typename TokenValue>
34 template <typename Iterator, typename TokenValue>
35 class data<Iterator, mpl::false_, mpl::false_, TokenValue>
202 template <typename Iterator, typename TokenValue>
203 class data<Iterator, mpl::false_, mpl::true_, TokenValue>
276 class data<Iterator, mpl::true_, HasState, TokenValue>
291 typedef TokenValue token_value_type;
292 typedef TokenValue const& get_value_type;
375 TokenValue const& get_value() const in get_value()
400 mutable TokenValue value_; // token value to use
[all …]
H A Dstatic_functor_data.hpp41 , typename TokenValue>
46 template <typename Iterator, typename TokenValue>
47 class static_data<Iterator, mpl::false_, mpl::false_, TokenValue>
218 template <typename Iterator, typename TokenValue>
294 class static_data<Iterator, mpl::true_, HasState, TokenValue>
310 typedef TokenValue token_value_type;
311 typedef TokenValue const& get_value_type;
396 TokenValue const& get_value() const in get_value()
421 mutable TokenValue value_; // token value to use
450 typedef boost::optional<TokenValue> token_value_type;
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/lex/lexer/lexertl/
H A Dfunctor_data.hpp29 , typename TokenValue>
34 template <typename Iterator, typename TokenValue>
35 class data<Iterator, mpl::false_, mpl::false_, TokenValue>
202 template <typename Iterator, typename TokenValue>
203 class data<Iterator, mpl::false_, mpl::true_, TokenValue>
276 class data<Iterator, mpl::true_, HasState, TokenValue>
291 typedef TokenValue token_value_type;
292 typedef TokenValue const& get_value_type;
375 TokenValue const& get_value() const in get_value()
400 mutable TokenValue value_; // token value to use
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/spirit/home/lex/lexer/lexertl/
H A Dfunctor_data.hpp29 , typename TokenValue>
34 template <typename Iterator, typename TokenValue>
35 class data<Iterator, mpl::false_, mpl::false_, TokenValue>
202 template <typename Iterator, typename TokenValue>
203 class data<Iterator, mpl::false_, mpl::true_, TokenValue>
276 class data<Iterator, mpl::true_, HasState, TokenValue>
291 typedef TokenValue token_value_type;
292 typedef TokenValue const& get_value_type;
375 TokenValue const& get_value() const in get_value()
400 mutable TokenValue value_; // token value to use
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/spirit/home/lex/lexer/lexertl/
H A Dfunctor_data.hpp30 , typename TokenValue>
35 template <typename Iterator, typename TokenValue>
36 class data<Iterator, mpl::false_, mpl::false_, TokenValue>
203 template <typename Iterator, typename TokenValue>
204 class data<Iterator, mpl::false_, mpl::true_, TokenValue>
277 class data<Iterator, mpl::true_, HasState, TokenValue>
292 typedef TokenValue token_value_type;
293 typedef TokenValue const& get_value_type;
376 TokenValue const& get_value() const in get_value()
401 mutable TokenValue value_; // token value to use
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/spirit/home/lex/lexer/lexertl/
H A Dfunctor_data.hpp29 , typename TokenValue>
34 template <typename Iterator, typename TokenValue>
35 class data<Iterator, mpl::false_, mpl::false_, TokenValue>
202 template <typename Iterator, typename TokenValue>
203 class data<Iterator, mpl::false_, mpl::true_, TokenValue>
276 class data<Iterator, mpl::true_, HasState, TokenValue>
291 typedef TokenValue token_value_type;
292 typedef TokenValue const& get_value_type;
375 TokenValue const& get_value() const in get_value()
400 mutable TokenValue value_; // token value to use
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/spirit/home/lex/lexer/lexertl/
H A Dfunctor_data.hpp29 , typename TokenValue>
34 template <typename Iterator, typename TokenValue>
35 class data<Iterator, mpl::false_, mpl::false_, TokenValue>
202 template <typename Iterator, typename TokenValue>
203 class data<Iterator, mpl::false_, mpl::true_, TokenValue>
276 class data<Iterator, mpl::true_, HasState, TokenValue>
291 typedef TokenValue token_value_type;
292 typedef TokenValue const& get_value_type;
375 TokenValue const& get_value() const in get_value()
400 mutable TokenValue value_; // token value to use
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/spirit/home/lex/lexer/lexertl/
H A Dfunctor_data.hpp29 , typename TokenValue>
34 template <typename Iterator, typename TokenValue>
35 class data<Iterator, mpl::false_, mpl::false_, TokenValue>
202 template <typename Iterator, typename TokenValue>
203 class data<Iterator, mpl::false_, mpl::true_, TokenValue>
276 class data<Iterator, mpl::true_, HasState, TokenValue>
291 typedef TokenValue token_value_type;
292 typedef TokenValue const& get_value_type;
375 TokenValue const& get_value() const in get_value()
400 mutable TokenValue value_; // token value to use
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/spirit/home/lex/lexer/lexertl/
H A Dfunctor_data.hpp29 , typename TokenValue>
34 template <typename Iterator, typename TokenValue>
35 class data<Iterator, mpl::false_, mpl::false_, TokenValue>
202 template <typename Iterator, typename TokenValue>
203 class data<Iterator, mpl::false_, mpl::true_, TokenValue>
276 class data<Iterator, mpl::true_, HasState, TokenValue>
291 typedef TokenValue token_value_type;
292 typedef TokenValue const& get_value_type;
375 TokenValue const& get_value() const in get_value()
400 mutable TokenValue value_; // token value to use
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/spirit/home/lex/lexer/lexertl/
H A Dfunctor_data.hpp29 , typename TokenValue>
34 template <typename Iterator, typename TokenValue>
35 class data<Iterator, mpl::false_, mpl::false_, TokenValue>
202 template <typename Iterator, typename TokenValue>
203 class data<Iterator, mpl::false_, mpl::true_, TokenValue>
276 class data<Iterator, mpl::true_, HasState, TokenValue>
291 typedef TokenValue token_value_type;
292 typedef TokenValue const& get_value_type;
375 TokenValue const& get_value() const in get_value()
400 mutable TokenValue value_; // token value to use
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/lex/lexer/lexertl/
H A Dstatic_functor_data.hpp42 , typename TokenValue>
47 template <typename Iterator, typename TokenValue>
48 class static_data<Iterator, mpl::false_, mpl::false_, TokenValue>
218 template <typename Iterator, typename TokenValue>
293 class static_data<Iterator, mpl::true_, HasState, TokenValue>
309 typedef TokenValue token_value_type;
310 typedef TokenValue const& get_value_type;
395 TokenValue const& get_value() const in get_value()
420 mutable TokenValue value_; // token value to use
448 typedef boost::optional<TokenValue> token_value_type;
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/lex/lexer/lexertl/
H A Dstatic_functor_data.hpp51 , typename TokenValue>
56 template <typename Iterator, typename TokenValue>
57 class static_data<Iterator, mpl::false_, mpl::false_, TokenValue>
224 template <typename Iterator, typename TokenValue>
299 class static_data<Iterator, mpl::true_, HasState, TokenValue>
315 typedef TokenValue token_value_type;
316 typedef TokenValue const& get_value_type;
401 TokenValue const& get_value() const in get_value()
426 mutable TokenValue value_; // token value to use
454 typedef boost::optional<TokenValue> token_value_type;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/lex/lexer/lexertl/
H A Dstatic_functor_data.hpp42 , typename TokenValue>
47 template <typename Iterator, typename TokenValue>
48 class static_data<Iterator, mpl::false_, mpl::false_, TokenValue>
218 template <typename Iterator, typename TokenValue>
293 class static_data<Iterator, mpl::true_, HasState, TokenValue>
309 typedef TokenValue token_value_type;
310 typedef TokenValue const& get_value_type;
395 TokenValue const& get_value() const in get_value()
420 mutable TokenValue value_; // token value to use
448 typedef boost::optional<TokenValue> token_value_type;
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/lex/lexer/lexertl/
H A Dstatic_functor_data.hpp51 , typename TokenValue>
56 template <typename Iterator, typename TokenValue>
57 class static_data<Iterator, mpl::false_, mpl::false_, TokenValue>
224 template <typename Iterator, typename TokenValue>
299 class static_data<Iterator, mpl::true_, HasState, TokenValue>
315 typedef TokenValue token_value_type;
316 typedef TokenValue const& get_value_type;
401 TokenValue const& get_value() const in get_value()
426 mutable TokenValue value_; // token value to use
454 typedef boost::optional<TokenValue> token_value_type;
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/lex/lexer/lexertl/
H A Dstatic_functor_data.hpp41 , typename TokenValue>
46 template <typename Iterator, typename TokenValue>
47 class static_data<Iterator, mpl::false_, mpl::false_, TokenValue>
218 template <typename Iterator, typename TokenValue>
294 class static_data<Iterator, mpl::true_, HasState, TokenValue>
310 typedef TokenValue token_value_type;
311 typedef TokenValue const& get_value_type;
396 TokenValue const& get_value() const in get_value()
421 mutable TokenValue value_; // token value to use
450 typedef boost::optional<TokenValue> token_value_type;
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/lex/lexer/lexertl/
H A Dstatic_functor_data.hpp51 , typename TokenValue>
56 template <typename Iterator, typename TokenValue>
57 class static_data<Iterator, mpl::false_, mpl::false_, TokenValue>
224 template <typename Iterator, typename TokenValue>
299 class static_data<Iterator, mpl::true_, HasState, TokenValue>
315 typedef TokenValue token_value_type;
316 typedef TokenValue const& get_value_type;
401 TokenValue const& get_value() const in get_value()
426 mutable TokenValue value_; // token value to use
454 typedef boost::optional<TokenValue> token_value_type;
[all …]

12345678910>>...19