Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDepthFirstIterator.h58 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage() function
59 df_iterator_storage(const df_iterator_storage &S) : Visited(S.Visited) {} in df_iterator_storage() function