Searched refs:IsAny (Results 1 – 4 of 4) sorted by relevance
758 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut. in Intersect()759 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut. in Intersect()983 if (type1->IsAny() || type2->IsNone()) return type1; in Union()984 if (type2->IsAny() || type1->IsNone()) return type2; in Union()1349 if (!this->AsFunction()->Receiver()->IsAny()) { in PrintTo()
66 if (this->IsAny()) return true; in NowContains()
580 bool IsAny() { return this == Any(); } in IsAny() function
86 CHECK(ti.IsAny()); in TEST()