|
LLVM
4.0.0
|
#include <ilist_node.h>
Protected Types | |
| typedef OptionsT::pointer | pointer |
| typedef OptionsT::const_pointer | const_pointer |
| typedef ilist_node_impl< OptionsT > | node_type |
Static Protected Member Functions | |
| static node_type * | getNodePtr (pointer N) |
| static const node_type * | getNodePtr (const_pointer N) |
| static pointer | getValuePtr (node_type *N) |
| static const_pointer | getValuePtr (const node_type *N) |
Static Protected Member Functions inherited from llvm::ilist_detail::NodeAccess | |
| template<class OptionsT > | |
| static ilist_node_impl < OptionsT > * | getNodePtr (typename OptionsT::pointer N) |
| template<class OptionsT > | |
| static const ilist_node_impl < OptionsT > * | getNodePtr (typename OptionsT::const_pointer N) |
| template<class OptionsT > | |
| static OptionsT::pointer | getValuePtr (ilist_node_impl< OptionsT > *N) |
| template<class OptionsT > | |
| static OptionsT::const_pointer | getValuePtr (const ilist_node_impl< OptionsT > *N) |
| template<class OptionsT > | |
| static ilist_node_impl < OptionsT > * | getPrev (ilist_node_impl< OptionsT > &N) |
| template<class OptionsT > | |
| static ilist_node_impl < OptionsT > * | getNext (ilist_node_impl< OptionsT > &N) |
| template<class OptionsT > | |
| static const ilist_node_impl < OptionsT > * | getPrev (const ilist_node_impl< OptionsT > &N) |
| template<class OptionsT > | |
| static const ilist_node_impl < OptionsT > * | getNext (const ilist_node_impl< OptionsT > &N) |
Definition at line 201 of file ilist_node.h.
|
protected |
Definition at line 204 of file ilist_node.h.
|
protected |
Definition at line 205 of file ilist_node.h.
|
protected |
Definition at line 203 of file ilist_node.h.
|
inlinestaticprotected |
Definition at line 207 of file ilist_node.h.
|
inlinestaticprotected |
Definition at line 210 of file ilist_node.h.
|
inlinestaticprotected |
Definition at line 213 of file ilist_node.h.
Referenced by llvm::ilist_iterator< OptionsT, IsReverse, IsConst >::operator*().
|
inlinestaticprotected |
Definition at line 216 of file ilist_node.h.
1.8.6