Searched refs:union23 (Results 1 – 1 of 1) sorted by relevance
1508 TypeHandle union23 = T.Union(type2, type3); in Union3() local1509 CHECK(!(type1->Is(type2) || type1->Is(type3)) || type1->Is(union23)); in Union3()