Searched defs:ctype (Results 1 – 4 of 4) sorted by relevance
344 for (auto *ctype : constituentTypes_) { in Substitute() local352 for (auto const &ctype : ConstituentTypes()) { in IsSupertypeOf() local361 for (auto const &ctype : ConstituentTypes()) { in IsSubtypeOf() local
215 for (auto const &ctype : type->AsETSUnionType()->ConstituentTypes()) { in MatchConstituentOrConstraint() local
195 [this, typeParams, argumentType, substitution](Type *ctype) { in EnhanceSubstitutionForUnion()
5548 PrimType dtype, PrimType ctype, bool hasCompare, ConditionCode cc) in SelectSelect()5570 PrimType ctype = expr.Opnd(0)->GetPrimType(); in SelectSelect() local