|
Ruby 4.1.0dev (2026-04-17 revision 11e3c78b61da705c783dd12fb7f158c0d256ede0)
|
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 4926 of file prism_compile.c.
| struct pm_multi_target_state_node* pm_multi_target_state_node::next |
Definition at line 4942 of file prism_compile.c.
| size_t pm_multi_target_state_node::position |
Definition at line 4939 of file prism_compile.c.
| size_t pm_multi_target_state_node::stack_index |
Definition at line 4933 of file prism_compile.c.
| size_t pm_multi_target_state_node::stack_size |
Definition at line 4936 of file prism_compile.c.
| INSN* pm_multi_target_state_node::topn |
Definition at line 4929 of file prism_compile.c.