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

#include <sljitLir.h>

Data Fields

struct sljit_labelnext
 
union { 
 
   sljit_uw   index 
 
   sljit_uw   addr 
 
u 
 
sljit_uw size
 

Detailed Description

Definition at line 428 of file sljitLir.h.

Field Documentation

◆ addr

sljit_uw sljit_label::addr

Definition at line 432 of file sljitLir.h.

◆ index

sljit_uw sljit_label::index

Definition at line 431 of file sljitLir.h.

◆ next

struct sljit_label* sljit_label::next

Definition at line 429 of file sljitLir.h.

◆ size

sljit_uw sljit_label::size

Definition at line 435 of file sljitLir.h.

◆ [union]

union { ... } sljit_label::u

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