Home
last modified time | relevance | path

Searched defs:tKind (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1973 explicit MIRClassType(MIRTypeKind tKind) : MIRStructType(tKind) {} in MIRClassType()
1974 MIRClassType(MIRTypeKind tKind, GStrIdx strIdx) : MIRStructType(tKind, strIdx) {} in MIRClassType()
2143 explicit MIRInterfaceType(MIRTypeKind tKind) : MIRStructType(tKind) {} in MIRInterfaceType()
2144 MIRInterfaceType(MIRTypeKind tKind, GStrIdx strIdx) : MIRStructType(tKind, strIdx) {} in MIRInterfaceType()