reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ADT/STLExtras.h
 1368   void operator()(void* v) {
include/llvm/IR/Metadata.h
 1182 void TempMDNodeDeleter::operator()(MDNode *Node) const {
include/llvm/IR/Value.h
  718 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } };
tools/lldb/source/Plugins/Process/Linux/ProcessorTrace.h
   49     void operator()(void *ptr) {
   59     void operator()(int *ptr) {
usr/include/c++/7.4.0/bits/unique_ptr.h
   72       operator()(_Tp* __ptr) const
  341       get_deleter() noexcept