Home
last modified time | relevance | path

Searched refs:destroyImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTrieRawHashMap.h145 LLVM_ABI void destroyImpl(function_ref<void(void *ValueMem)> Destructor);
366 this->destroyImpl(nullptr); in ~ThreadSafeTrieRawHashMap()
368 this->destroyImpl( in ~ThreadSafeTrieRawHashMap()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTrieRawHashMap.cpp362 void ThreadSafeTrieRawHashMapBase::destroyImpl( in destroyImpl() function in ThreadSafeTrieRawHashMapBase