Searched refs:fCoercibleTypes (Results 1 – 2 of 2) sorted by relevance
64 , fCoercibleTypes(std::move(types)) {} in Type()85 , fCoercibleTypes(std::move(coercibleTypes)) in Type()208 ASSERT(fCoercibleTypes.size() > 0); in coercibleTypes()209 return fCoercibleTypes; in coercibleTypes()249 const std::vector<const Type*> fCoercibleTypes; variable
31 for (size_t i = 0; i < fCoercibleTypes.size(); i++) { in determineCoercionCost()32 if (*fCoercibleTypes[i] == other) { in determineCoercionCost()