Searched refs:makesRedundant (Results 1 – 2 of 2) sorted by relevance
160 bool makesRedundant(const OpMethodResolvedParameters &other) const;188 bool makesRedundant(const OpMethodSignature &other) const;270 bool makesRedundant(const OpMethod &other) const { in makesRedundant() function271 return methodSignature.makesRedundant(other.methodSignature); in makesRedundant()383 if (method->makesRedundant(*newMethod)) in addMethodAndPrune()398 if (newMethod->makesRedundant(*(it->get()))) in addMethodAndPrune()
100 bool OpMethodResolvedParameters::makesRedundant( in makesRedundant() function in OpMethodResolvedParameters140 bool OpMethodSignature::makesRedundant(const OpMethodSignature &other) const { in makesRedundant() function in OpMethodSignature147 return resolvedThis->makesRedundant(*resolvedOther); in makesRedundant()