Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsEnumType.cpp35 for (auto *constituentType : unionConstituentTypes) { in AssignmentSource() local
89 for (auto *constituentType : unionConstituentTypes) { in AssignmentSource() local
DetsUnionType.cpp443 for (auto *constituentType : constituentTypes_) { in GetAssignableType() local
458 for (auto *constituentType : constituentTypes_) { in GetAssignableBuiltinType() local
497 auto *constituentType = *it; in ExtractType() local
560 auto *constituentType = *it; in ExtractType() local
590 for (auto *const constituentType : sourceType->AsETSUnionType()->ConstituentTypes()) { in GetComplimentaryType() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp137 for (auto *constituentType : type->AsETSUnionType()->ConstituentTypes()) { in RemoveNullType() local
165 for (auto *constituentType : type->AsETSUnionType()->ConstituentTypes()) { in RemoveUndefinedType() local
198 for (auto *constituentType : type->AsETSUnionType()->ConstituentTypes()) { in RemoveNullishTypes() local
Dhelpers.cpp630 for (auto constituentType : annotationType->AsETSUnionType()->ConstituentTypes()) { in PreferredObjectTypeFromAnnotation() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp499 for (auto *constituentType : etsUnionType->ConstituentTypes()) { in GetUnionTypeSignatures() local
DETSAnalyzer.cpp2015 for (auto *constituentType : unionType->ConstituentTypes()) { in IsPropertyTypeOptional() local
2223 for (auto *constituentType : unionType->ConstituentTypes()) { in ResolveUnionObjectTypeForObjectLiteral() local