Home
last modified time | relevance | path

Searched defs:BooleanLattice (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DMapLatticeTest.cpp13 class BooleanLattice { class
15 BooleanLattice() : Value(false) {} in BooleanLattice() function in __anon444409010111::BooleanLattice
16 explicit BooleanLattice(bool B) : Value(B) {} in BooleanLattice() function in __anon444409010111::BooleanLattice