Home
last modified time | relevance | path

Searched refs: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.h50 class df_iterator_storage {
56 class df_iterator_storage<SetType, true> {
58 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
87 public df_iterator_storage<SetType, ExtStorage> {
109 : df_iterator_storage<SetType, ExtStorage>(S) { in df_iterator()
115 : df_iterator_storage<SetType, ExtStorage>(S) { in df_iterator()