LLVM: llvm::ilist_alloc_traits< NodeTy > Struct Template Reference (original) (raw)
Use delete by default for iplist and ilist. More...
#include "[llvm/ADT/ilist.h](ilist%5F8h%5Fsource.html)"
| Static Public Member Functions | |
|---|---|
| static void | deleteNode (NodeTy *V) |
template
struct llvm::ilist_alloc_traits< NodeTy >
Use delete by default for iplist and ilist.
Specialize this to get different behaviour for ownership-related API. (If you really want ownership semantics, consider using std::list or building something like BumpPtrList.)
See also
Definition at line 41 of file ilist.h.
◆ deleteNode()
template
| void ilist_alloc_traits::deleteNode ( NodeTy * V) | inlinestatic |
|---|
The documentation for this struct was generated from the following files:
- include/llvm/ADT/ilist.h
- lib/CodeGen/MachineFunction.cpp