Home
last modified time | relevance | path

Searched defs:Deleter (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/c++tools/
H A Dresolver.cc118 struct Deleter { in read_tuple_file() struct
119 void operator()(void* p) const { munmap(p, size); } in read_tuple_file()
120 size_t size; in read_tuple_file()
127 struct Deleter { void operator()(void* p) const { free(p); } }; in read_tuple_file() struct
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/include/openssl/
H A Dbase.h34 struct Deleter { struct
36 // Rather than specialize Deleter for each type, we specialize in operator() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DParallel.cpp85 struct Deleter { struct in llvm::parallel::detail::__anon096d2ab40111::ThreadPoolExecutor
86 static void call(void *Ptr) { ((ThreadPoolExecutor *)Ptr)->stop(); } in call()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1316 struct Deleter : public SelectionDAG::DAGNodeDeletedListener { struct
1318 Deleter(SelectionDAG &D, T &C) in Deleter() function
1319 : SelectionDAG::DAGNodeDeletedListener(D, [&C] (SDNode *N, SDNode *E) { in Deleter()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp1097 typedef decltype(&::free) Deleter; in __current_path() typedef
1108 struct Deleter { void operator()(void*) const {} }; in __current_path() struct