php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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_pos * | next |
Definition at line 1229 of file ir_private.h.
uint8_t _ir_use_pos::flags |
Definition at line 1232 of file ir_private.h.
int8_t _ir_use_pos::hint |
Definition at line 1231 of file ir_private.h.
ir_ref _ir_use_pos::hint_ref |
Definition at line 1233 of file ir_private.h.
ir_use_pos* _ir_use_pos::next |
Definition at line 1235 of file ir_private.h.
uint16_t _ir_use_pos::op_num |
Definition at line 1230 of file ir_private.h.
ir_live_pos _ir_use_pos::pos |
Definition at line 1234 of file ir_private.h.