Searched refs:kTypeStructIncomplete (Results 1 – 12 of 12) sorted by relevance
563 type.GetKind() == kTypeStructIncomplete); in IsIncomplete()699 if (kind != kTypeStructIncomplete) { in ImportType()853 if (kind != kTypeStructIncomplete) { in ImportTypeNonJava()910 resultTypePtr->GetKind() == kTypeStructIncomplete) { in InsertInTypeTables()
275 kind = kTypeStructIncomplete; in OutputTypeStruct()279 if (kind != kTypeStructIncomplete) { in OutputTypeStruct()336 RegisterFactoryFunction<OutputTypeFactory>(kTypeStructIncomplete, OutputTypeStruct); in InitOutputTypeFactory()
365 case kTypeStructIncomplete: in BuildDebugInfo()788 case kTypeStructIncomplete: in GetOrCreateTypeDie()963 case kTypeStructIncomplete: in GetOrCreateStructTypeDie()
190 case kTypeStructIncomplete: in SetReturnStruct()
820 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()
98 case kTypeStructIncomplete: { in CheckNode()1898 …return kind == kTypeStruct || kind == kTypeStructIncomplete || kind == kTypeUnion || kind == kType… in IsStructureTypeKind()
42 from.GetKind() == kTypeStructIncomplete ||
227 kTypeStructIncomplete, enumerator906 return typeKind == kTypeStructIncomplete || typeKind == kTypeClassIncomplete || in IsIncomplete()919 return (typeKind == kTypeStruct) || (typeKind == kTypeStructIncomplete); in IsMIRStructType()
547 … if (kd == kTypeStructIncomplete || kd == kTypeClassIncomplete || kd == kTypeInterfaceIncomplete) in AddKlasses()
111 case MIRTypeKind::kTypeStructIncomplete: in LiteCGGetTypeKind()
257 (typeKind == kTypeStructIncomplete) || (typeKind == kTypeInterfaceIncomplete)) { in EmitFullLSDA()
3476 …if ((pointedType->GetKind() == kTypeStructIncomplete) || (pointedType->GetKind() == kTypeClassInco… in SelectIread()