Searched defs:MIRStructType (Results 1 – 2 of 2) sorted by relevance
49 class MIRStructType; variable
811 class MIRStructType; // circular dependency exists, no other choice variable1302 explicit MIRStructType(MIRTypeKind typeKind) : MIRType(typeKind, PTY_agg) {} in MIRStructType() function1304 MIRStructType(MIRTypeKind typeKind, GStrIdx strIdx) : MIRType(typeKind, PTY_agg, strIdx) {} in MIRStructType() function