Home
last modified time | relevance | path

Searched refs:empty1 (Results 1 – 3 of 3) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dproperties.cpp73 bool empty1 = delayed; // Can fst1 be the empty machine? in ConcatProperties() local
80 if (!empty1) in ConcatProperties()
88 (kAccessible | kCoAccessible) && !empty1) { in ConcatProperties()
293 bool empty1 = delayed; // Can fst1 be the empty machine? in UnionProperties() local
299 if (!empty1 && !empty2) { in UnionProperties()
/external/bison/tests/
Dglr-regression.at1612 start: ambig1 empty1 | ambig2 empty2 ;
1621 sub_ambig1: empty1 'a' 'b' ;
1623 empty1: ;
Dtestsuite67121 start: ambig1 empty1 | ambig2 empty2 ;