Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferBranchTest.cpp28 struct TestLattice { struct
29 std::optional<bool> Branch;
30 static TestLattice bottom() { return {}; } in bottom()
33 LatticeJoinEffect join(const TestLattice &Other) { in join()
47 void transfer(const CFGElement &, TestLattice &, Environment &) {} in transfer() argument
H A DLoggerTest.cpp13 struct TestLattice { struct
14 int Elements = 0;
15 int Branches = 0;
16 int Joins = 0;
18 LatticeJoinEffect join(const TestLattice &Other) { in join()