|
LLVM
3.7.0
|
#include <SlotIndexes.h>
Public Member Functions | |
| IndexListEntry * | createSentinel () const |
| void | destroySentinel (IndexListEntry *) const |
| IndexListEntry * | provideInitialHead () const |
| IndexListEntry * | ensureHead (IndexListEntry *) const |
| void | deleteNode (IndexListEntry *N) |
Public Member Functions inherited from llvm::ilist_node_traits< IndexListEntry > | |
| void | addNodeToList (IndexListEntry *) |
| void | removeNodeFromList (IndexListEntry *) |
| void | transferNodesFromList (ilist_node_traits &, ilist_iterator< IndexListEntry >, ilist_iterator< IndexListEntry >) |
Static Public Member Functions | |
| static void | noteHead (IndexListEntry *, IndexListEntry *) |
Static Public Member Functions inherited from llvm::ilist_nextprev_traits< IndexListEntry > | |
| static IndexListEntry * | getPrev (IndexListEntry *N) |
| static const IndexListEntry * | getPrev (const IndexListEntry *N) |
| static IndexListEntry * | getNext (IndexListEntry *N) |
| static const IndexListEntry * | getNext (const IndexListEntry *N) |
| static void | setPrev (IndexListEntry *N, IndexListEntry *Prev) |
| static void | setNext (IndexListEntry *N, IndexListEntry *Next) |
Static Public Member Functions inherited from llvm::ilist_sentinel_traits< IndexListEntry > | |
| static IndexListEntry * | createSentinel () |
| createSentinel - create the dynamic sentinel More... | |
| static void | destroySentinel (IndexListEntry *N) |
| destroySentinel - deallocate the dynamic sentinel More... | |
| static IndexListEntry * | provideInitialHead () |
| provideInitialHead - when constructing an ilist, provide a starting value for its Head More... | |
| static IndexListEntry * | ensureHead (IndexListEntry *&Head) |
| ensureHead - make sure that Head is either already initialized or assigned a fresh sentinel More... | |
| static void | noteHead (IndexListEntry *NewHead, IndexListEntry *Sentinel) |
| noteHead - stash the sentinel into its default location More... | |
Static Public Member Functions inherited from llvm::ilist_node_traits< IndexListEntry > | |
| static IndexListEntry * | createNode (const IndexListEntry &V) |
| static void | deleteNode (IndexListEntry *V) |
Definition at line 73 of file SlotIndexes.h.
|
inline |
Definition at line 77 of file SlotIndexes.h.
|
inline |
Definition at line 85 of file SlotIndexes.h.
|
inline |
Definition at line 80 of file SlotIndexes.h.
|
inline |
Definition at line 83 of file SlotIndexes.h.
References llvm::ilist_sentinel_traits< NodeTy >::createSentinel().
|
inlinestatic |
Definition at line 84 of file SlotIndexes.h.
|
inline |
Definition at line 82 of file SlotIndexes.h.
References llvm::ilist_sentinel_traits< NodeTy >::createSentinel().
1.8.6