Home
last modified time | relevance | path

Searched refs:top_state (Results 1 – 25 of 76) sorted by relevance

1234

/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-util-0.17.2/src/
H A Dstate_machine.rs219 fn top_state(&self) -> D::StateIndex { in top_state() function
240 let top_state = self.top_state(); in parse() localVariable
241 let action = self.definition.action(top_state, token_index); in parse()
287 let top_state = self.top_state(); in parse_eof() localVariable
288 let action = self.definition.eof_action(top_state); in parse_eof()
320 self.unrecognized_token_error(opt_lookahead, self.top_state()) in error_recovery()
332 let state = self.top_state(); in error_recovery()
597 top_state: D::StateIndex, in unrecognized_token_error()
602 expected: self.definition.expected_tokens(top_state), in unrecognized_token_error()
606 expected: self.definition.expected_tokens(top_state), in unrecognized_token_error()
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-util-0.19.6/src/
H A Dstate_machine.rs221 fn top_state(&self) -> D::StateIndex { in top_state() function
242 let top_state = self.top_state(); in parse() localVariable
243 let action = self.definition.action(top_state, token_index); in parse()
284 let top_state = self.top_state(); in parse_eof() localVariable
285 let action = self.definition.eof_action(top_state); in parse_eof()
317 self.unrecognized_token_error(opt_lookahead, self.top_state()) in error_recovery()
329 let state = self.top_state(); in error_recovery()
594 top_state: D::StateIndex, in unrecognized_token_error()
599 expected: self.definition.expected_tokens(top_state), in unrecognized_token_error()
603 expected: self.definition.expected_tokens(top_state), in unrecognized_token_error()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-util-0.16.3/src/
H A Dstate_machine.rs218 fn top_state(&self) -> D::StateIndex { in top_state() function
239 let top_state = self.top_state(); in parse() localVariable
240 let action = self.definition.action(top_state, token_index); in parse()
286 let top_state = self.top_state(); in parse_eof() localVariable
287 let action = self.definition.eof_action(top_state); in parse_eof()
321 self.top_state(), in error_recovery()
325 let error = self.unrecognized_token_error(opt_lookahead.clone(), self.top_state()); in error_recovery()
333 let state = self.top_state(); in error_recovery()
600 top_state: D::StateIndex, in unrecognized_token_error()
604 expected: self.definition.expected_tokens(top_state), in unrecognized_token_error()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/lr1/trace/reduce/
H A Dtest.rs62 let top_state = *state_stack.last().unwrap(); in backtrace1() localVariable
73 let semi_item = states[top_state.0] in backtrace1()
81 let backtrace = tracer.backtrace_reduce(top_state, semi_item.to_lr0()); in backtrace1()
288 let top_state = *state_stack.last().unwrap(); in backtrace_filter() localVariable
294 let lr1_item = states[top_state.0] in backtrace_filter()
302 let backtrace = tracer.backtrace_reduce(top_state, lr1_item.to_lr0()); in backtrace_filter()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/lr1/trace/reduce/
H A Dtest.rs62 let top_state = *state_stack.last().unwrap(); in backtrace1() localVariable
73 let semi_item = states[top_state.0] in backtrace1()
81 let backtrace = tracer.backtrace_reduce(top_state, semi_item.to_lr0()); in backtrace1()
288 let top_state = *state_stack.last().unwrap(); in backtrace_filter() localVariable
294 let lr1_item = states[top_state.0] in backtrace_filter()
302 let backtrace = tracer.backtrace_reduce(top_state, lr1_item.to_lr0()); in backtrace_filter()
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/lr1/trace/reduce/
H A Dtest.rs62 let top_state = *state_stack.last().unwrap(); in backtrace1() localVariable
73 let semi_item = states[top_state.0] in backtrace1()
81 let backtrace = tracer.backtrace_reduce(top_state, semi_item.to_lr0()); in backtrace1()
288 let top_state = *state_stack.last().unwrap(); in backtrace_filter() localVariable
294 let lr1_item = states[top_state.0] in backtrace_filter()
302 let backtrace = tracer.backtrace_reduce(top_state, lr1_item.to_lr0()); in backtrace_filter()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/lr1/
H A Dinterpret.rs58 fn top_state(&self) -> &'grammar State<'grammar, L> { in top_state() function
77 let state = self.top_state(); in execute_partial()
107 let state = self.top_state(); in execute()
144 let receiving_state = self.top_state(); in reduce()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/lr1/
H A Dinterpret.rs58 fn top_state(&self) -> &'grammar State<'grammar, L> { in top_state() function
77 let state = self.top_state(); in execute_partial()
107 let state = self.top_state(); in execute()
144 let receiving_state = self.top_state(); in reduce()
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/lr1/
H A Dinterpret.rs58 fn top_state(&self) -> &'grammar State<'grammar, L> { in top_state() function
77 let state = self.top_state(); in execute_partial()
107 let state = self.top_state(); in execute()
144 let receiving_state = self.top_state(); in reduce()
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus/jsparagus/
H A Dparse_pgen_generated.py517 if parser.top_state() in [10]:
521 if parser.top_state() in [11]:
667 if parser.top_state() in [0]:
671 if parser.top_state() in [1]:
675 if parser.top_state() in [2]:
679 if parser.top_state() in [3]:
759 if parser.top_state() in [10]:
763 if parser.top_state() in [11]:
865 if parser.top_state() in [15]:
869 if parser.top_state() in [14]:
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus/jsparagus/
H A Dparse_pgen_generated.py517 if parser.top_state() in [10]:
521 if parser.top_state() in [11]:
667 if parser.top_state() in [0]:
671 if parser.top_state() in [1]:
675 if parser.top_state() in [2]:
679 if parser.top_state() in [3]:
759 if parser.top_state() in [10]:
763 if parser.top_state() in [11]:
865 if parser.top_state() in [15]:
869 if parser.top_state() in [14]:
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus/jsparagus/
H A Dparse_pgen_generated.py517 if parser.top_state() in [10]:
521 if parser.top_state() in [11]:
667 if parser.top_state() in [0]:
671 if parser.top_state() in [1]:
675 if parser.top_state() in [2]:
679 if parser.top_state() in [3]:
759 if parser.top_state() in [10]:
763 if parser.top_state() in [11]:
865 if parser.top_state() in [15]:
869 if parser.top_state() in [14]:
[all …]
/dports/games/widelands/widelands-build21/src/logic/map_objects/tribes/
H A Dproduction_program.cc500 ps.top_state().program->descname() % condition_string) in execute()
506 ps.top_state().program->descname() % condition_string) in execute()
512 ps.top_state().program->descname() % condition_string) in execute()
518 ps.top_state().program->descname() % condition_string) in execute()
604 ProgramResult const program_result = ps.top_state().phase; in execute()
618 ps.top_state().phase = ProgramResult::kNone; in execute()
668 ProductionSite::State& state = psite.top_state(); in get_building_work()
1236 ProductionSite::State& state = psite.top_state(); in execute()
1310 ProductionSite::State& state = psite.top_state(); in get_building_work()
1354 worker.top_state().objvar1 = construction; in get_building_work()
[all …]
H A Dcarrier.cc49 top_state().ivar1 = 0; in start_task_road()
147 top_state().ivar1 = fromflag; in start_task_transport()
384 State& state = top_state(); in notify_ware()
H A Dworker.cc1642 top_state().ivar1 = 0; in start_task_shipping()
1722 State& state = top_state(); in start_task_buildingwork()
1784 auto& state = top_state(); in start_task_carry_trade_item()
1890 top_state().ivar1 = dropware ? 1 : 0; in start_task_return()
1980 State& state = top_state(); in start_task_program()
2237 top_state().ivar1 = 0; in start_task_fetchfromflag()
2349 top_state().objvar1 = &flag; in start_task_waitforcapacity()
2410 State& state = top_state(); in start_task_leavebuilding()
2628 State& state = top_state(); in start_task_geologist()
2881 State& state = top_state(); in start_task_scout()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-generated-parser/src/traits/
H A Dmod.rs34 fn top_state(&self) -> usize; in top_state() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-generated-parser/src/traits/
H A Dmod.rs34 fn top_state(&self) -> usize; in top_state() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-generated-parser/src/traits/
H A Dmod.rs34 fn top_state(&self) -> usize; in top_state() method
/dports/security/vxquery/vxquery-0.2.1/include/vuxml/
H A Dhandlers.hh67 XMLState *top_state();
/dports/games/widelands/widelands-build21/src/logic/map_objects/world/
H A Dcritter.cc187 State& state = top_state(); in start_task_program()
247 top_state().ivar1 = 0; in init_auto_task()
/dports/games/widelands/widelands-build21/src/logic/map_objects/
H A Dbob.cc188 const Task& task = *top_state().task; in do_act()
190 (this->*task.update)(game, top_state()); in do_act()
243 State& state = top_state(); in do_pop_task()
374 top_state().ivar1 = timeout; in start_task_idle()
539 State& state = top_state(); in start_task_movepath()
559 State& state = top_state(); in start_task_movepath()
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/alex-3.2.5/src/
H A DOutput.hs379 top_state = n_states - 1 function
382 dfa_arr = array (0,top_state) state_assocs
386 [ expand (dfa_arr!state) | state <- [0..top_state] ]
395 defaults = listArray (0,top_state) (map best_default expand_states)
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/alex-3.2.6/src/
H A DOutput.hs379 top_state = n_states - 1 function
382 dfa_arr = array (0,top_state) state_assocs
386 [ expand (dfa_arr!state) | state <- [0..top_state] ]
395 defaults = listArray (0,top_state) (map best_default expand_states)
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/alex-3.2.5/src/
H A DOutput.hs379 top_state = n_states - 1 function
382 dfa_arr = array (0,top_state) state_assocs
386 [ expand (dfa_arr!state) | state <- [0..top_state] ]
395 defaults = listArray (0,top_state) (map best_default expand_states)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/alex-3.2.5/src/
H A DOutput.hs379 top_state = n_states - 1 function
382 dfa_arr = array (0,top_state) state_assocs
386 [ expand (dfa_arr!state) | state <- [0..top_state] ]
395 defaults = listArray (0,top_state) (map best_default expand_states)

1234