Home | Sort by relevance Sort by last modified time |
/external/llvm/include/llvm/ADT/ | |
DepthFirstIterator.h | 44 // df_iterator_storage - A private class which is used to figure out where to 47 class df_iterator_storage { class in namespace:llvm 53 class df_iterator_storage<SetType, true> { class in namespace:llvm 55 df_iterator_storage(SetType &VSet) : Visited(VSet) {} function in class:llvm::df_iterator_storage 56 df_iterator_storage(const df_iterator_storage &S) : Visited(S.Visited) {} function in class:llvm::df_iterator_storage 67 public df_iterator_storage<SetType, ExtStorage> { 89 : df_iterator_storage<SetType, ExtStorage>(S) { 97 : df_iterator_storage<SetType, ExtStorage>(S) { |