Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsUnionType.cpp412 for (auto *constituentType : constituentTypes_) { in GetAssignableType() local
427 for (auto *constituentType : constituentTypes_) { in GetAssignableBuiltinType() local
464 auto *constituentType = *it; in ExtractType() local
522 auto *const constituentType = *it; in ExtractType() local
535 for (auto const &constituentType : unionTypes) { in ExtractType() local
555 for (auto *const constituentType : sourceType->AsETSUnionType()->ConstituentTypes()) { in GetComplimentaryType() local
DetsEnumType.cpp61 for (auto *constituentType : unionConstituentTypes) { in AssignmentSource() local
101 for (auto *constituentType : unionConstituentTypes) { in Cast() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp128 for (auto *constituentType : type->AsETSUnionType()->ConstituentTypes()) { in RemoveNullType() local
155 for (auto *constituentType : type->AsETSUnionType()->ConstituentTypes()) { in RemoveUndefinedType() local
184 for (auto *constituentType : type->AsETSUnionType()->ConstituentTypes()) { in RemoveNullishTypes() local
Dhelpers.cpp614 for (auto constituentType : annotationType->AsETSUnionType()->ConstituentTypes()) { in PreferredObjectTypeFromAnnotation() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp345 for (auto *constituentType : etsUnionType->ConstituentTypes()) { in GetUnionTypeSignatures() local