Searched refs:intersect_type (Results 1 – 1 of 1) sorted by relevance
1632 TypeHandle intersect_type = T.Intersect(type, T.Any); in Intersect() local1633 CheckEqual(intersect_type, type); in Intersect()1639 TypeHandle intersect_type = T.Intersect(type, T.None); in Intersect() local1640 CheckEqual(intersect_type, T.None); in Intersect()1646 TypeHandle intersect_type = T.Intersect(type, type); in Intersect() local1647 CheckEqual(intersect_type, type); in Intersect()