Searched refs:ownsAllocator (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h156 bool ownsAllocator() const { function in class:llvm::ImmutableListFactory
172 if (ownsAllocator()) delete &getAllocator();
H A DImmutableSet.h378 bool ownsAllocator() const { function in class:llvm::ImutAVLFactory
398 if (ownsAllocator()) delete &getAllocator();

Completed in 62 milliseconds