LLVM 20.0.0git
|
#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 275 of file ilist_node.h.
|
protected |
Definition at line 278 of file ilist_node.h.
|
protected |
Definition at line 279 of file ilist_node.h.
|
protected |
Definition at line 277 of file ilist_node.h.
|
inlinestaticprotected |
Definition at line 285 of file ilist_node.h.
References N.
|
inlinestaticprotected |
Definition at line 281 of file ilist_node.h.
References N.
|
inlinestaticprotected |
Definition at line 293 of file ilist_node.h.
References N.
|
inlinestaticprotected |
Definition at line 289 of file ilist_node.h.
References N.
Referenced by llvm::ilist_iterator< OptionsT, IsReverse, IsConst >::operator*(), and llvm::ilist_iterator_w_bits< OptionsT, IsReverse, IsConst >::operator*().