QtBase  v6.3.1
Public Attributes | List of all members
sljit_jump Struct Reference

#include <sljitLir.h>

Collaboration diagram for sljit_jump:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Definition at line 386 of file sljitLir.h.

Member Data Documentation

◆ addr

sljit_uw sljit_jump::addr

Definition at line 388 of file sljitLir.h.

◆ flags

sljit_uw sljit_jump::flags

Definition at line 389 of file sljitLir.h.

◆ label

struct sljit_label* sljit_jump::label

Definition at line 392 of file sljitLir.h.

◆ next

struct sljit_jump* sljit_jump::next

Definition at line 387 of file sljitLir.h.

◆ target

sljit_uw sljit_jump::target

Definition at line 391 of file sljitLir.h.

◆ 

union { ... } sljit_jump::u

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