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

#include <sljitLir.h>

Data Fields

struct sljit_jumpnext
 
sljit_uw addr
 
sljit_uw flags
 
union { 
 
   sljit_uw   target 
 
   struct sljit_label *   label 
 
u 
 

Detailed Description

Definition at line 438 of file sljitLir.h.

Field Documentation

◆ addr

sljit_uw sljit_jump::addr

Definition at line 440 of file sljitLir.h.

◆ flags

sljit_uw sljit_jump::flags

Definition at line 442 of file sljitLir.h.

◆ label

struct sljit_label* sljit_jump::label

Definition at line 445 of file sljitLir.h.

◆ next

struct sljit_jump* sljit_jump::next

Definition at line 439 of file sljitLir.h.

◆ target

sljit_uw sljit_jump::target

Definition at line 444 of file sljitLir.h.

◆ [union]

union { ... } sljit_jump::u

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