Home
last modified time | relevance | path

Searched refs:kTypeStructIncomplete (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp563 type.GetKind() == kTypeStructIncomplete); in IsIncomplete()
699 if (kind != kTypeStructIncomplete) { in ImportType()
853 if (kind != kTypeStructIncomplete) { in ImportTypeNonJava()
910 resultTypePtr->GetKind() == kTypeStructIncomplete) { in InsertInTypeTables()
Dbin_mpl_export.cpp275 kind = kTypeStructIncomplete; in OutputTypeStruct()
279 if (kind != kTypeStructIncomplete) { in OutputTypeStruct()
336 RegisterFactoryFunction<OutputTypeFactory>(kTypeStructIncomplete, OutputTypeStruct); in InitOutputTypeFactory()
Ddebug_info.cpp365 case kTypeStructIncomplete: in BuildDebugInfo()
788 case kTypeStructIncomplete: in GetOrCreateTypeDie()
963 case kTypeStructIncomplete: in GetOrCreateStructTypeDie()
Dmir_function.cpp190 case kTypeStructIncomplete: in SetReturnStruct()
Dparser.cpp820 tkind = kTypeStructIncomplete; in ParseStructType()
860 (prevType->GetKind() == kTypeStructIncomplete && tkind == kTypeStruct)) { in ParseStructType()
1548 } else if (type->GetKind() == kTypeStruct || type->GetKind() == kTypeStructIncomplete || in FixForwardReferencedTypeForOneAgg()
2634 MIRStructType metaClassType(kTypeStructIncomplete); in GenJStringType()
Dmir_nodes.cpp98 case kTypeStructIncomplete: { in CheckNode()
1898 …return kind == kTypeStruct || kind == kTypeStructIncomplete || kind == kTypeUnion || kind == kType… in IsStructureTypeKind()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dir_safe_cast_traits.def42 from.GetKind() == kTypeStructIncomplete ||
Dmir_type.h227 kTypeStructIncomplete, enumerator
906 return typeKind == kTypeStructIncomplete || typeKind == kTypeClassIncomplete || in IsIncomplete()
919 return (typeKind == kTypeStruct) || (typeKind == kTypeStructIncomplete); in IsMIRStructType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_hierarchy.cpp547 … if (kd == kTypeStructIncomplete || kd == kTypeClassIncomplete || kd == kTypeInterfaceIncomplete) in AddKlasses()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp111 case MIRTypeKind::kTypeStructIncomplete: in LiteCGGetTypeKind()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp257 (typeKind == kTypeStructIncomplete) || (typeKind == kTypeInterfaceIncomplete)) { in EmitFullLSDA()
Daarch64_cgfunc.cpp3476 …if ((pointedType->GetKind() == kTypeStructIncomplete) || (pointedType->GetKind() == kTypeClassInco… in SelectIread()