Searched defs:ilist_iterator (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ilist_node.h | 46 template <class OptionsT, bool IsReverse, bool IsConst> class ilist_iterator; variable 86 friend class ilist_iterator<OptionsT, false, false>; variable 87 friend class ilist_iterator<OptionsT, false, true>; variable 88 friend class ilist_iterator<OptionsT, true, false>; variable 89 friend class ilist_iterator<OptionsT, true, true>; variable
|