Searched refs:IsAny (Results 1 – 4 of 4) sorted by relevance
620 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut. in Intersect()621 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut. in Intersect()748 if (type1->IsAny() || type2->IsNone()) return type1; in Union()749 if (type2->IsAny() || type1->IsNone()) return type2; in Union()1072 if (!this->AsFunction()->Receiver()->IsAny()) { in PrintTo()
43 if (this->IsAny()) return true; in NowContains()
504 bool IsAny() { return this == Any(); } in IsAny() function
87 CHECK(ti.IsAny()); in TEST()