|
Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
|
This is a node in the multi target state linked list. More...
Data Fields | |
| INSN * | topn |
| size_t | stack_index |
| size_t | stack_size |
| size_t | position |
| struct pm_multi_target_state_node * | next |
This is a node in the multi target state linked list.
It tracks the information for a particular target that necessarily has a parent expression.
Definition at line 4839 of file prism_compile.c.
| struct pm_multi_target_state_node* pm_multi_target_state_node::next |
Definition at line 4855 of file prism_compile.c.
| size_t pm_multi_target_state_node::position |
Definition at line 4852 of file prism_compile.c.
| size_t pm_multi_target_state_node::stack_index |
Definition at line 4846 of file prism_compile.c.
| size_t pm_multi_target_state_node::stack_size |
Definition at line 4849 of file prism_compile.c.
| INSN* pm_multi_target_state_node::topn |
Definition at line 4842 of file prism_compile.c.