Searched refs:kTypeInterfaceIncomplete (Results 1 – 15 of 15) sorted by relevance
600 tyKind == kTypeInterfaceIncomplete) { in ParseFields()629 tyKind == kTypeInterfaceIncomplete) { in ParseFields()654 tyKind == kTypeInterfaceIncomplete)) { in ParseFields()791 MIRInterfaceType interfaceType(kTypeInterfaceIncomplete); in ParseFields()918 …ypeKind tkind = (lexer.GetTokenKind() == TK_interface) ? kTypeInterface : kTypeInterfaceIncomplete; in ParseInterfaceType()1225 if (kind == kTypeInterface || kind == kTypeInterfaceIncomplete) { in ParseDefinedTypename()1226 MIRInterfaceType interfaceType(kTypeInterfaceIncomplete); in ParseDefinedTypename()1551 type->GetKind() == kTypeInterfaceIncomplete) { in FixForwardReferencedTypeForOneAgg()1564 … } else if (type->GetKind() == kTypeInterface || type->GetKind() == kTypeInterfaceIncomplete) { in FixForwardReferencedTypeForOneAgg()1702 … type->GetKind() == kTypeInterface || type->GetKind() == kTypeInterfaceIncomplete)) { in ParseTypedef()[all …]
562 return (type.GetKind() == kTypeInterfaceIncomplete || type.GetKind() == kTypeClassIncomplete || in IsIncomplete()730 if (kind != kTypeInterfaceIncomplete) { in ImportType()874 if (kind != kTypeInterfaceIncomplete) { in ImportTypeNonJava()896 type.GetKind() == kTypeInterface || type.GetKind() == kTypeInterfaceIncomplete); in IsObject()915 resultTypePtr->GetKind() == kTypeInterfaceIncomplete) { in InsertInTypeTables()
307 kind = kTypeInterfaceIncomplete; in OutputTypeInterface()310 if (kind != kTypeInterfaceIncomplete) { in OutputTypeInterface()341 RegisterFactoryFunction<OutputTypeFactory>(kTypeInterfaceIncomplete, OutputTypeInterface); in InitOutputTypeFactory()
363 case kTypeInterfaceIncomplete: in BuildDebugInfo()792 case kTypeInterfaceIncomplete: { in GetOrCreateTypeDie()957 case kTypeInterfaceIncomplete: { in GetOrCreateStructTypeDie()
307 MIRInterfaceType type(kTypeInterfaceIncomplete, strIdx); // for interface type in GetOrCreateClassOrInterface()
194 case kTypeInterfaceIncomplete: in SetReturnStruct()
125 case kTypeInterfaceIncomplete: { in CheckNode()1899 … kind == kTypeClassIncomplete || kind == kTypeInterface || kind == kTypeInterfaceIncomplete; in IsStructureTypeKind()
968 pType->GetKind() == kTypeInterfaceIncomplete) { in DetermineName()
69 return structType->GetKind() == kTypeInterfaceIncomplete; in IsInterfaceIncomplete()
50 from.GetKind() == kTypeInterfaceIncomplete);
230 kTypeInterfaceIncomplete, enumerator907 typeKind == kTypeInterfaceIncomplete; in IsIncomplete()934 return (typeKind == kTypeInterface) || (typeKind == kTypeInterfaceIncomplete); in IsMIRInterfaceType()
547 … if (kd == kTypeStructIncomplete || kd == kTypeClassIncomplete || kd == kTypeInterfaceIncomplete) in AddKlasses()
117 case MIRTypeKind::kTypeInterfaceIncomplete: in LiteCGGetTypeKind()
257 (typeKind == kTypeStructIncomplete) || (typeKind == kTypeInterfaceIncomplete)) { in EmitFullLSDA()
3477 (pointedType->GetKind() == kTypeInterfaceIncomplete)) { in SelectIread()