tipc
A TIP to LLVM compiler
Type.h
Go to the documentation of this file.
1 #pragma once
2 
3 /*
4  * This include is for convenience when defining algorithms spanning
5  * the TIP type hierarchy, e.g., visitors.
6  *
7  * It should be used sparingly as it introduces coupling to the entire
8  * TIP type hierarchy.
9  */
10 
11 #include "TipAbsentField.h"
12 #include "TipAlpha.h"
13 #include "TipFunction.h"
14 #include "TipInt.h"
15 #include "TipMu.h"
16 #include "TipRecord.h"
17 #include "TipRef.h"
18 #include "TipType.h"
19 #include "TipVar.h"