Home
last modified time | relevance | path

Searched refs:FreeFunction (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/science/qmcpack/qmcpack-3.11.0/external_codes/mpi_wrapper/mpi3/
H A Dhandle.hpp79 int(*FreeFunction)(Impl*)
81 struct regular_handle : caller<regular_handle<Self, Impl, CreateFunction, DupFunction, FreeFunction
82 using caller<regular_handle<Self, Impl, CreateFunction, DupFunction, FreeFunction>, Impl>::call;
92 if(impl_ != MPI_INFO_NULL) FreeFunction(&impl_); in ~regular_handle()
102 template<class Self, class Impl, int(*CreateFunction)(Impl*), int(*FreeFunction)(Impl*)>
103 struct noncopyable_handle : caller<noncopyable_handle<Self, Impl, CreateFunction, FreeFunction>, Im…
113 if(not predefined_) FreeFunction(&impl_); in ~noncopyable_handle()
121 template<class Self, class Impl, int(*FreeFunction)(Impl*)>
122 struct nondefault_handle : caller<nondefault_handle<Self, Impl, FreeFunction>, Impl>{
130 ~nondefault_handle(){if(not predefined_) FreeFunction(&impl_);} in ~nondefault_handle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dfunction_types.h60 int FreeFunction() { return 42; } in FreeFunction() function
61 int FreeFunction(int i) {return i;} in FreeFunction() function
62 int FreeFunction(int i, int) { return i; } in FreeFunction() function
63 int FreeFunction(int i, int, int) { return i; } in FreeFunction() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dfunction_types.h60 int FreeFunction() { return 42; } in FreeFunction() function
61 int FreeFunction(int i) {return i;} in FreeFunction() function
62 int FreeFunction(int i, int) { return i; } in FreeFunction() function
63 int FreeFunction(int i, int, int) { return i; } in FreeFunction() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dfunction_types.h60 int FreeFunction() { return 42; } in FreeFunction() function
61 int FreeFunction(int i) {return i;} in FreeFunction() function
62 int FreeFunction(int i, int) { return i; } in FreeFunction() function
63 int FreeFunction(int i, int, int) { return i; } in FreeFunction() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dfunction_types.h60 int FreeFunction() { return 42; } in FreeFunction() function
61 int FreeFunction(int i) {return i;} in FreeFunction() function
62 int FreeFunction(int i, int) { return i; } in FreeFunction() function
63 int FreeFunction(int i, int, int) { return i; } in FreeFunction() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dfunction_types.h60 int FreeFunction() { return 42; } in FreeFunction() function
61 int FreeFunction(int i) {return i;} in FreeFunction() function
62 int FreeFunction(int i, int) { return i; } in FreeFunction() function
63 int FreeFunction(int i, int, int) { return i; } in FreeFunction() function
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dfunction_types.h60 int FreeFunction() { return 42; } in FreeFunction() function
61 int FreeFunction(int i) {return i;} in FreeFunction() function
62 int FreeFunction(int i, int) { return i; } in FreeFunction() function
63 int FreeFunction(int i, int, int) { return i; } in FreeFunction() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dfunction_types.h60 int FreeFunction() { return 42; } in FreeFunction() function
61 int FreeFunction(int i) {return i;} in FreeFunction() function
62 int FreeFunction(int i, int) { return i; } in FreeFunction() function
63 int FreeFunction(int i, int, int) { return i; } in FreeFunction() function
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dfunction_types.h60 int FreeFunction() { return 42; } in FreeFunction() function
61 int FreeFunction(int i) {return i;} in FreeFunction() function
62 int FreeFunction(int i, int) { return i; } in FreeFunction() function
63 int FreeFunction(int i, int, int) { return i; } in FreeFunction() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dfunction_types.h60 int FreeFunction() { return 42; } in FreeFunction() function
61 int FreeFunction(int i) {return i;} in FreeFunction() function
62 int FreeFunction(int i, int) { return i; } in FreeFunction() function
63 int FreeFunction(int i, int, int) { return i; } in FreeFunction() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dfunction_types.h60 int FreeFunction() { return 42; } in FreeFunction() function
61 int FreeFunction(int i) {return i;} in FreeFunction() function
62 int FreeFunction(int i, int) { return i; } in FreeFunction() function
63 int FreeFunction(int i, int, int) { return i; } in FreeFunction() function
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dfunction_types.h60 int FreeFunction() { return 42; } in FreeFunction() function
61 int FreeFunction(int i) {return i;} in FreeFunction() function
62 int FreeFunction(int i, int) { return i; } in FreeFunction() function
63 int FreeFunction(int i, int, int) { return i; } in FreeFunction() function
/dports/textproc/fcitx5-gtk/fcitx5-gtk-5.0.10/gtk3/
H A Dutils.h19 template <auto FreeFunction>
24 FreeFunction(const_cast<std::remove_const_t<T> *>(p)); in operator()
28 template <typename T, auto FreeFunction = std::free>
29 using UniqueCPtr = std::unique_ptr<T, FunctionDeleter<FreeFunction>>;
/dports/textproc/fcitx5-gtk/fcitx5-gtk-5.0.10/gtk4/
H A Dutils.h19 template <auto FreeFunction>
24 FreeFunction(const_cast<std::remove_const_t<T> *>(p)); in operator()
28 template <typename T, auto FreeFunction = std::free>
29 using UniqueCPtr = std::unique_ptr<T, FunctionDeleter<FreeFunction>>;
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DMallocMemoryBuffer.h34 typedef void (*FreeFunction) (void* buffer); typedef
39 FreeFunction free_;
53 FreeFunction freeFunction);
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/
H A DMallocMemoryBuffer.h34 typedef void (*FreeFunction) (void* buffer); typedef
39 FreeFunction free_;
53 FreeFunction freeFunction);
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DMallocMemoryBuffer.h34 typedef void (*FreeFunction) (void* buffer); typedef
39 FreeFunction free_;
53 FreeFunction freeFunction);
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DMallocMemoryBuffer.h34 typedef void (*FreeFunction) (void* buffer); typedef
39 FreeFunction free_;
53 FreeFunction freeFunction);
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-utils/
H A Dmisc.h111 template <auto FreeFunction>
116 FreeFunction(const_cast<std::remove_const_t<T> *>(p)); in operator()
120 template <typename T, auto FreeFunction = std::free>
121 using UniqueCPtr = std::unique_ptr<T, FunctionDeleter<FreeFunction>>;
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/util/
H A Dptr-array.h21 typedef void (*FreeFunction)(void *ptr); typedef
22 #define FREE_FUNC(f) (FreeFunction)f
26 void ptr_array_free_cb(PointerArray *array, FreeFunction free_ptr) NONNULL_ARGS;
/dports/math/fricas/fricas-1.3.7/src/hyper/
H A Dmem.c125 free_hash(w->fMacroHashTable, (FreeFunction)dont_free); in free_hd_window()
126 free_hash(w->fPasteHashTable, (FreeFunction)dont_free); in free_hd_window()
127 free_hash(w->fPatchHashTable, (FreeFunction)dont_free); in free_hd_window()
129 free_hash(w->fCondHashTable, (FreeFunction)free_cond); in free_hd_window()
130 free_hash(w->fPageHashTable, (FreeFunction)free_page); in free_hd_window()
426 free_hash(page->depend_hash, (FreeFunction)free_depend); in free_page()
434 free_hash(page->fLinkHashTable, (FreeFunction)dont_free); in free_page()
435 free_hash(page->box_hash, (FreeFunction)free_input_box); in free_page()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/functional/
H A Dfunction_ref_benchmark.cc28 void FreeFunction() { benchmark::DoNotOptimize(dummy); } in FreeFunction() function
76 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, FreeFunction); in BM_FunPtrStdFunction()
81 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, FreeFunction); in BM_FunPtrFunctionRef()
/dports/devel/abseil/abseil-cpp-20211102.0/absl/functional/
H A Dfunction_ref_benchmark.cc28 void FreeFunction() { benchmark::DoNotOptimize(dummy); } in FreeFunction() function
76 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, FreeFunction); in BM_FunPtrStdFunction()
81 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, FreeFunction); in BM_FunPtrFunctionRef()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/functional/
H A Dfunction_ref_benchmark.cc28 void FreeFunction() { benchmark::DoNotOptimize(dummy); } in FreeFunction() function
76 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, FreeFunction); in BM_FunPtrStdFunction()
81 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, FreeFunction); in BM_FunPtrFunctionRef()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/functional/
H A Dfunction_ref_benchmark.cc28 void FreeFunction() { benchmark::DoNotOptimize(dummy); } in FreeFunction() function
76 ConstructAndCallFunctionBenchmark<std::function<void()>>(state, FreeFunction); in BM_FunPtrStdFunction()
81 ConstructAndCallFunctionBenchmark<FunctionRef<void()>>(state, FreeFunction); in BM_FunPtrFunctionRef()

12345678910