Searched refs:rhsType (Results 1 – 1 of 1) sorted by relevance
85 type::Type rhsType = (*rhs)->getType(); in parse() local87 if (!isComparableType(lhsType) && !isComparableType(rhsType)) { in parse()89 toString(lhsType) + ", " + toString(rhsType) + ") instead."); in parse()93 if (lhsType != rhsType && lhsType != type::Value && rhsType != type::Value) { in parse()94 ctx.error("Cannot compare " + toString(lhsType) + " and " + toString(rhsType) + "."); in parse()100 if (lhsType != type::String && rhsType != type::String) { in parse()