|
LLVM
8.0.1
|
#include "llvm/ADT/ilist_node.h"


Public Member Functions | |
| ilist_sentinel () | |
| void | reset () |
| bool | empty () const |
Public Member Functions inherited from llvm::ilist_node_impl< OptionsT > | |
| self_iterator | getIterator () |
| const_self_iterator | getIterator () const |
| reverse_self_iterator | getReverseIterator () |
| const_reverse_self_iterator | getReverseIterator () const |
| bool | isSentinel () const |
| Check whether this is the sentinel node. More... | |
Additional Inherited Members | |
Protected Types inherited from llvm::ilist_node_impl< OptionsT > | |
| using | self_iterator = ilist_iterator< OptionsT, false, false > |
| using | const_self_iterator = ilist_iterator< OptionsT, false, true > |
| using | reverse_self_iterator = ilist_iterator< OptionsT, true, false > |
| using | const_reverse_self_iterator = ilist_iterator< OptionsT, true, true > |
Protected Member Functions inherited from llvm::ilist_node_impl< OptionsT > | |
| ilist_node_impl ()=default | |
Definition at line 30 of file ilist_node.h.
|
inline |
Definition at line 239 of file ilist_node.h.
|
inline |
Definition at line 249 of file ilist_node.h.
Referenced by llvm::simple_ilist< MachineInstr, Options... >::empty().
|
inline |
Definition at line 244 of file ilist_node.h.
Referenced by llvm::simple_ilist< MachineInstr, Options... >::clear().
1.8.13