Decaf Compiler
Public Attributes | List of all members
InsnList Struct Reference

Linked list of ILOCInsn* elements. More...

#include <iloc.h>

Public Attributes

ILOCInsnhead
 First element in list (or NULL if empty)
 
ILOCInsntail
 Last element in list (or NULL if empty)
 
int size
 Number of elements in list.
 

Detailed Description

Linked list of ILOCInsn* elements.


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