php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_ir_use_pos Struct Reference

#include <ir_private.h>

Data Fields

uint16_t op_num
 
int8_t hint
 
uint8_t flags
 
ir_ref hint_ref
 
ir_live_pos pos
 
ir_use_posnext
 

Detailed Description

Definition at line 1229 of file ir_private.h.

Field Documentation

◆ flags

uint8_t _ir_use_pos::flags

Definition at line 1232 of file ir_private.h.

◆ hint

int8_t _ir_use_pos::hint

Definition at line 1231 of file ir_private.h.

◆ hint_ref

ir_ref _ir_use_pos::hint_ref

Definition at line 1233 of file ir_private.h.

◆ next

ir_use_pos* _ir_use_pos::next

Definition at line 1235 of file ir_private.h.

◆ op_num

uint16_t _ir_use_pos::op_num

Definition at line 1230 of file ir_private.h.

◆ pos

ir_live_pos _ir_use_pos::pos

Definition at line 1234 of file ir_private.h.


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