PIPS
_newgen_struct_instruction_ Struct Reference

#include <ri.h>

+ Collaboration diagram for _newgen_struct_instruction_:

Data Fields

intptr_t _type_
 
enum instruction_utype _instruction_tag__
 
union {
   sequence   _instruction_sequence_
 
   test   _instruction_test_
 sequence:sequence More...
 
   loop   _instruction_loop_
 test:test More...
 
   whileloop   _instruction_whileloop_
 loop:loop More...
 
   statement   _instruction_goto_
 whileloop:whileloop More...
 
   call   _instruction_call_
 goto:statement More...
 
   unstructured   _instruction_unstructured_
 call:call More...
 
   multitest   _instruction_multitest_
 unstructured:unstructured More...
 
   forloop   _instruction_forloop_
 multitest:multitest More...
 
   expression   _instruction_expression_
 forloop:forloop More...
 
_instruction_union_
 

Detailed Description

Definition at line 1493 of file ri.h.

Field Documentation

◆ _instruction_call_

call _newgen_struct_instruction_::_instruction_call_

goto:statement

Definition at line 1502 of file ri.h.

◆ _instruction_expression_

expression _newgen_struct_instruction_::_instruction_expression_

forloop:forloop

Definition at line 1506 of file ri.h.

◆ _instruction_forloop_

forloop _newgen_struct_instruction_::_instruction_forloop_

multitest:multitest

Definition at line 1505 of file ri.h.

◆ _instruction_goto_

statement _newgen_struct_instruction_::_instruction_goto_

whileloop:whileloop

Definition at line 1501 of file ri.h.

◆ _instruction_loop_

loop _newgen_struct_instruction_::_instruction_loop_

test:test

Definition at line 1499 of file ri.h.

◆ _instruction_multitest_

multitest _newgen_struct_instruction_::_instruction_multitest_

unstructured:unstructured

Definition at line 1504 of file ri.h.

◆ _instruction_sequence_

sequence _newgen_struct_instruction_::_instruction_sequence_

Definition at line 1497 of file ri.h.

◆ _instruction_tag__

enum instruction_utype _newgen_struct_instruction_::_instruction_tag__

Definition at line 1494 of file ri.h.

◆ _instruction_test_

test _newgen_struct_instruction_::_instruction_test_

sequence:sequence

Definition at line 1498 of file ri.h.

◆ 

union { ... } _newgen_struct_instruction_::_instruction_union_

◆ _instruction_unstructured_

unstructured _newgen_struct_instruction_::_instruction_unstructured_

call:call

Definition at line 1503 of file ri.h.

◆ _instruction_whileloop_

whileloop _newgen_struct_instruction_::_instruction_whileloop_

loop:loop

Definition at line 1500 of file ri.h.

◆ _type_

intptr_t _newgen_struct_instruction_::_type_

Definition at line 1494 of file ri.h.


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