Cthulhu  0.2.10
Cthulhu compiler collection
ssa_value_t Struct Reference

#include <ssa.h>

Collaboration diagram for ssa_value_t:

Data Fields

const ssa_type_ttype
 
ssa_value_state_t value
 
bool init
 whether this value has been initialized More...
 
union {
   ssa_literal_value_t   literal
 
   ssa_relative_value_t   relative
 
}; 
 

Detailed Description

Definition at line 177 of file ssa.h.

Field Documentation

◆ 

union { ... }

◆ init

bool ssa_value_t::init

whether this value has been initialized

Definition at line 180 of file ssa.h.

◆ literal

ssa_literal_value_t ssa_value_t::literal

Definition at line 184 of file ssa.h.

◆ relative

ssa_relative_value_t ssa_value_t::relative

Definition at line 187 of file ssa.h.

◆ type

const ssa_type_t* ssa_value_t::type

Definition at line 178 of file ssa.h.

◆ value

ssa_value_state_t ssa_value_t::value

Definition at line 179 of file ssa.h.


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