Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsUnionType.cpp339 for (auto *ctype : constituentTypes_) { in Substitute() local
347 for (auto const &ctype : ConstituentTypes()) { in IsSupertypeOf() local
356 for (auto const &ctype : ConstituentTypes()) { in IsSubtypeOf() local
365 for (auto const &ctype : ConstituentTypes()) { in CheckVarianceRecursively() local
DetsTupleType.cpp206 for (auto const &ctype : typeList_) { in CheckVarianceRecursively() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp230 for (auto const &ctype : type->AsETSUnionType()->ConstituentTypes()) { in MatchConstituentOrConstraint() local
Dfunction.cpp138 bool ETSChecker::ValidateTypeSubstitution(const ArenaVector<Type *> &typeParams, Type *ctype, Type … in ValidateTypeSubstitution()