Go to the source code of this file.
|
| | llvm |
| | This class represents lattice values for constants.
|
| |
|
| template<class AllocatorType , class T , size_t Size, size_t Align> |
| void * | operator new (size_t size, llvm::RecyclingAllocator< AllocatorType, T, Size, Align > &Allocator) |
| |
| template<class AllocatorType , class T , size_t Size, size_t Align> |
| void | operator delete (void *E, llvm::RecyclingAllocator< AllocatorType, T, Size, Align > &A) |
| |
◆ operator delete()
template<class AllocatorType , class T , size_t Size, size_t Align>
◆ operator new()
template<class AllocatorType , class T , size_t Size, size_t Align>