Searched refs:empty1 (Results 1 – 4 of 4) sorted by relevance
39 PolicyMap empty1; in TEST() local41 EXPECT_TRUE(empty1.Equals(empty2)); in TEST()42 EXPECT_TRUE(empty2.Equals(empty1)); in TEST()43 EXPECT_FALSE(empty1.Equals(a)); in TEST()44 EXPECT_FALSE(a.Equals(empty1)); in TEST()
73 bool empty1 = delayed; // Can fst1 be the empty machine? in ConcatProperties() local80 if (!empty1) in ConcatProperties()88 (kAccessible | kCoAccessible) && !empty1) { in ConcatProperties()293 bool empty1 = delayed; // Can fst1 be the empty machine? in UnionProperties() local299 if (!empty1 && !empty2) { in UnionProperties()
1612 start: ambig1 empty1 | ambig2 empty2 ;1621 sub_ambig1: empty1 'a' 'b' ;1623 empty1: ;
67121 start: ambig1 empty1 | ambig2 empty2 ;