Searched defs:df_iterator_storage (Results 1 – 2 of 2) sorted by relevance
| /llvm-project/llvm/unittests/ADT/ | ||
| H A D | DepthFirstIteratorTest.cpp | 33 template <typename T> class df_iterator_storage<CountedSet<T>, true> { global() class |
| /llvm-project/llvm/include/llvm/ADT/ | ||
| H A D | DepthFirstIterator.h | 59 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage() function |