Home
last modified time | relevance | path

Searched refs:TheMap (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DDenseSet.h57 MapTy TheMap; variable
80 bool empty() const { return TheMap.empty(); } in empty()
93 TheMap.clear(); in clear()
98 return TheMap.count(V); in count()
102 return TheMap.erase(V); in erase()
105 void swap(DenseSetImpl &RHS) { TheMap.swap(RHS.TheMap); } in swap()
181 return ConstIterator(TheMap.find(V)); in find()
186 return TheMap.find(V) != TheMap.end(); in contains()
196 return Iterator(TheMap.find_as(Val)); in find_as()
200 return ConstIterator(TheMap.find_as(Val)); in find_as()
[all …]