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/clang/lib/Sema/Sema.cpp
 1760 operator()(sema::FunctionScopeInfo *Scope) const {
tools/lldb/source/Plugins/Process/Linux/ProcessorTrace.h
   49     void operator()(void *ptr) {
   59     void operator()(int *ptr) {
tools/llvm-cov/SourceCoverageView.cpp
   24 void CoveragePrinter::StreamDestructor::operator()(raw_ostream *OS) const {
usr/include/c++/7.4.0/bits/std_function.h
  702     operator()(_ArgTypes... __args) const
usr/include/c++/7.4.0/bits/unique_ptr.h
   72       operator()(_Tp* __ptr) const
  341       get_deleter() noexcept
usr/include/c++/7.4.0/future
  213 	void operator()(_Result_base* __fr) const { __fr->_M_destroy(); }