Searched refs:unionSet (Results 1 – 4 of 4) sorted by relevance
17 [mutable unionSet:set];19 [mutable unionSet:set];
27 PresburgerSet unionSet = s.unionSet(t); in testUnionAtPoints() local31 bool inUnion = unionSet.containsPoint(point); in testUnionAtPoints()
58 PresburgerSet unionSet(const PresburgerSet &set) const;
79 PresburgerSet PresburgerSet::unionSet(const PresburgerSet &set) const { in unionSet() function in PresburgerSet