LLVM 20.0.0git
|
#include "llvm/ADT/ilist_node_base.h"
Public Member Functions | |
void | setPrev (NodeBase *Prev) |
void | setNext (NodeBase *Next) |
NodeBase * | getPrev () const |
NodeBase * | getNext () const |
bool | isSentinel () const |
bool | isKnownSentinel () const |
void | initializeSentinel () |
Definition at line 34 of file ilist_node_base.h.
|
inline |
Definition at line 42 of file ilist_node_base.h.
|
inline |
Definition at line 41 of file ilist_node_base.h.
|
inline |
Definition at line 46 of file ilist_node_base.h.
|
inline |
Definition at line 45 of file ilist_node_base.h.
References isSentinel().
|
inline |
Definition at line 44 of file ilist_node_base.h.
|
inline |
Definition at line 40 of file ilist_node_base.h.
|
inline |
Definition at line 39 of file ilist_node_base.h.