Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
pm_multi_target_state_node Struct Reference

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
 

Detailed Description

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 4940 of file prism_compile.c.

Field Documentation

◆ next

struct pm_multi_target_state_node* pm_multi_target_state_node::next

Definition at line 4956 of file prism_compile.c.

◆ position

size_t pm_multi_target_state_node::position

Definition at line 4953 of file prism_compile.c.

◆ stack_index

size_t pm_multi_target_state_node::stack_index

Definition at line 4947 of file prism_compile.c.

◆ stack_size

size_t pm_multi_target_state_node::stack_size

Definition at line 4950 of file prism_compile.c.

◆ topn

INSN* pm_multi_target_state_node::topn

Definition at line 4943 of file prism_compile.c.


The documentation for this struct was generated from the following file: