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

/external/llvm/include/llvm/ADT/
H A DImmutableList.h148 bool ownsAllocator() const { function in class:llvm::ImmutableListFactory
164 if (ownsAllocator()) delete &getAllocator();
H A DImmutableSet.h378 bool ownsAllocator() const { function in class:llvm::ImutAVLFactory
398 if (ownsAllocator()) delete &getAllocator();

Completed in 32 milliseconds