LLVM
8.0.1
|
#include "llvm/ADT/ilist_node.h"
Protected Types | |
using | pointer = typename OptionsT::pointer |
using | const_pointer = typename OptionsT::const_pointer |
using | node_type = ilist_node_impl< OptionsT > |
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 211 of file ilist_node.h.
|
protected |
Definition at line 214 of file ilist_node.h.
|
protected |
Definition at line 215 of file ilist_node.h.
|
protected |
Definition at line 213 of file ilist_node.h.
|
inlinestaticprotected |
Definition at line 217 of file ilist_node.h.
|
inlinestaticprotected |
Definition at line 221 of file ilist_node.h.
|
inlinestaticprotected |
Definition at line 225 of file ilist_node.h.
|
inlinestaticprotected |
Definition at line 229 of file ilist_node.h.