Cthulhu  0.2.10
Cthulhu compiler collection
ssa_type_closure_t Struct Reference

#include <ssa.h>

Collaboration diagram for ssa_type_closure_t:

Data Fields

const ssa_type_tresult
 
typevec_tparams
 
bool variadic
 

Detailed Description

Definition at line 130 of file ssa.h.

Field Documentation

◆ params

typevec_t* ssa_type_closure_t::params

Definition at line 132 of file ssa.h.

◆ result

const ssa_type_t* ssa_type_closure_t::result

Definition at line 131 of file ssa.h.

◆ variadic

bool ssa_type_closure_t::variadic

Definition at line 133 of file ssa.h.


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