Searched defs:SubType (Results 1 – 5 of 5) sorted by relevance
208 typedef struct SubType { struct210 struct SubType *prev; /* old type */ argument211 struct SubType *next; /* poped type (to avoid re-allocating) */ argument217 } SubType; argument
25 #define ARCHINFO(Arch, Type, SubType) AK_##Arch, argument
199 BYTE SubType; member
834 RecTy *SubType = ParseType(); in ParseType() local
1044 class SubType(types.ModuleType): class