Searched defs:ilist_iterator (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dilist_iterator.h57 class ilist_iterator : ilist_detail::SpecificNodeAccess<OptionsT> { class in namespace:llvm
82 explicit ilist_iterator(node_reference N) : NodePtr(&N) {} function in class:llvm::ilist_iterator
84 explicit ilist_iterator(pointer NP) : NodePtr(Access::getNodePtr(NP)) {} function in class:llvm::ilist_iterator
85 explicit ilist_iterator(reference NR) : NodePtr(Access::getNodePtr(&NR)) {} function in class:llvm::ilist_iterator
91 ilist_iterator(cons argument
99 operator =(const ilist_iterator<OptionsT, IsReverse, RHSIsConst> &RHS) argument
112 ilist_iterator( const ilist_iterator<OptionsT, !IsReverse, IsConst> &RHS) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched-ir.h545 typedef _list_iterator ilist_iterator; typedef
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsel-sched-ir.h545 typedef _list_iterator ilist_iterator; typedef

Completed in 205 milliseconds