Home
last modified time | relevance | path

Searched defs:df_iterator_storage (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DDepthFirstIteratorTest.cpp34 template <typename T> class df_iterator_storage<CountedSet<T>, true> { class
36 df_iterator_storage(CountedSet<T> &VSet) : Visited(VSet) {} in df_iterator_storage() function in llvm::df_iterator_storage
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDepthFirstIterator.h55 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage() function
56 df_iterator_storage(const df_iterator_storage &S) : Visited(S.Visited) {} in df_iterator_storage() function
/external/llvm/include/llvm/ADT/
DDepthFirstIterator.h56 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage() function
57 df_iterator_storage(const df_iterator_storage &S) : Visited(S.Visited) {} in df_iterator_storage() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DDepthFirstIterator.h59 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage() function
60 df_iterator_storage(const df_iterator_storage &S) : Visited(S.Visited) {} in df_iterator_storage() function