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