Decaf Compiler
|
Linked list of ILOCInsn* elements. More...
#include <iloc.h>
Public Attributes | |
ILOCInsn * | head |
First element in list (or NULL if empty) | |
ILOCInsn * | tail |
Last element in list (or NULL if empty) | |
int | size |
Number of elements in list. | |
Linked list of ILOCInsn* elements.