|
LLVM
3.7.0
|
RecyclerStruct - Implementation detail for Recycler. More...
#include <Recycler.h>
Public Attributes | |
| RecyclerStruct * | Prev |
| RecyclerStruct * | Next |
RecyclerStruct - Implementation detail for Recycler.
This is a class that the recycler imposes on free'd memory to carve out next/prev pointers.
Definition at line 34 of file Recycler.h.
| RecyclerStruct * llvm::RecyclerStruct::Next |
Definition at line 35 of file Recycler.h.
Referenced by llvm::ilist_traits< RecyclerStruct >::getNext(), and llvm::ilist_traits< RecyclerStruct >::setNext().
| RecyclerStruct* llvm::RecyclerStruct::Prev |
Definition at line 35 of file Recycler.h.
Referenced by llvm::ilist_traits< RecyclerStruct >::getPrev(), and llvm::ilist_traits< RecyclerStruct >::setPrev().
1.8.6