Searched refs:empty2 (Results 1 – 5 of 5) sorted by relevance
74 bool empty2 = delayed; // Can fst2 be the empty machine? in ConcatProperties() local90 if (!empty2) in ConcatProperties()294 bool empty2 = delayed; // Can fst2 be the empty machine? in UnionProperties() local299 if (!empty1 && !empty2) { in UnionProperties()
107 typename TestFixture::IntSet empty2; in TYPED_TEST() local108 EXPECT_EQ(0U, empty2.size()); in TYPED_TEST()
105 typename TestFixture::IntSet empty2; in TYPED_TEST() local106 EXPECT_EQ(0, empty2.size()); in TYPED_TEST()
1612 start: ambig1 empty1 | ambig2 empty2 ;1622 sub_ambig2: empty2 'a' 'b' ;1624 empty2: ;
67121 start: ambig1 empty1 | ambig2 empty2 ;