Home
last modified time | relevance | path

Searched defs:ctype (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsUnionType.cpp347 for (auto *ctype : constituentTypes_) { in Substitute() local
355 for (auto const &ctype : ConstituentTypes()) { in IsSupertypeOf() local
364 for (auto const &ctype : ConstituentTypes()) { in IsSubtypeOf() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp216 for (auto const &ctype : type->AsETSUnionType()->ConstituentTypes()) { in MatchConstituentOrConstraint() local
Dfunction.cpp204 [this, typeParams, argumentType, substitution](Type *ctype) { in EnhanceSubstitutionForUnion()