libFirm
type_or_ent Union Reference

A data type to treat types and entities as the same. More...

#include <typerep.h>

Data Fields

ir_typetyp
 points to a type
ir_entityent
 points to an entity

Detailed Description

A data type to treat types and entities as the same.

Definition at line 2273 of file typerep.h.

Field Documentation

ir_entity* type_or_ent::ent

points to an entity

Definition at line 2275 of file typerep.h.

ir_type* type_or_ent::typ

points to a type

Definition at line 2274 of file typerep.h.


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