Searched defs:ctype (Results 1 – 4 of 4) sorted by relevance
339 for (auto *ctype : constituentTypes_) { in Substitute() local347 for (auto const &ctype : ConstituentTypes()) { in IsSupertypeOf() local356 for (auto const &ctype : ConstituentTypes()) { in IsSubtypeOf() local365 for (auto const &ctype : ConstituentTypes()) { in CheckVarianceRecursively() local
206 for (auto const &ctype : typeList_) { in CheckVarianceRecursively() local
230 for (auto const &ctype : type->AsETSUnionType()->ConstituentTypes()) { in MatchConstituentOrConstraint() local
138 bool ETSChecker::ValidateTypeSubstitution(const ArenaVector<Type *> &typeParams, Type *ctype, Type … in ValidateTypeSubstitution()