Searched defs:BooleanLattice (Results 1 – 1 of 1) sorted by relevance
13 class BooleanLattice { class15 BooleanLattice() : Value(false) {} in BooleanLattice() function in __anon444409010111::BooleanLattice16 explicit BooleanLattice(bool B) : Value(B) {} in BooleanLattice() function in __anon444409010111::BooleanLattice