Lines Matching full:other
43 ValueLattice Meet(const ValueLattice &other);
44 bool operator==(const ValueLattice &other) const;
45 bool operator!=(const ValueLattice &other) const;
46 bool operator<(const ValueLattice &other) const;
47 bool operator>(const ValueLattice &other) const;
48 bool operator<=(const ValueLattice &other) const;
49 bool operator>=(const ValueLattice &other) const;
50 [[nodiscard]] ValueLattice Implies(const ValueLattice &other) const;
65 bool operator==(const ReachabilityLattice &other) const;
66 bool operator!=(const ReachabilityLattice &other) const;
67 ReachabilityLattice operator+(const ReachabilityLattice &other) const;
68 ReachabilityLattice operator*(const ReachabilityLattice &other) const;
69 [[nodiscard]] ValueLattice Implies(const ValueLattice &other) const;