Home
last modified time | relevance | path

Searched refs:FreeFunc (Results 76 – 100 of 120) sorted by relevance

12345

/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/pugl/examples/
H A Dsybok.hpp315 using FreeFunc = FreeFuncResult (*)(VkDevice, Pool, uint32_t, const T*); typedef in sk::PoolDeleter
323 FreeFunc freeFunc) noexcept in PoolDeleter()
360 FreeFunc _freeFunc{};
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/pugl/examples/
H A Dsybok.hpp315 using FreeFunc = FreeFuncResult (*)(VkDevice, Pool, uint32_t, const T*); typedef in sk::PoolDeleter
323 FreeFunc freeFunc) noexcept in PoolDeleter()
360 FreeFunc _freeFunc{};
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/pugl-upstream/examples/
H A Dsybok.hpp315 using FreeFunc = FreeFuncResult (*)(VkDevice, Pool, uint32_t, const T*); typedef in sk::PoolDeleter
323 FreeFunc freeFunc) noexcept in PoolDeleter()
360 FreeFunc _freeFunc{};
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/pugl/examples/
H A Dsybok.hpp315 using FreeFunc = FreeFuncResult (*)(VkDevice, Pool, uint32_t, const T*); typedef in sk::PoolDeleter
323 FreeFunc freeFunc) noexcept in PoolDeleter()
360 FreeFunc _freeFunc{};
/dports/print/libharu/libharu-RELEASE_2_3_0/src/
H A Dhpdf_fontdef_tt.c46 FreeFunc (HPDF_FontDef fontdef);
179 FreeFunc (HPDF_FontDef fontdef) in FreeFunc() function
269 fontdef->free_fn = FreeFunc; in HPDF_TTFontDef_New()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_fontdef_tt.c46 FreeFunc (HPDF_FontDef fontdef);
179 FreeFunc (HPDF_FontDef fontdef) in FreeFunc() function
269 fontdef->free_fn = FreeFunc; in HPDF_TTFontDef_New()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_fontdef_tt.c46 FreeFunc (HPDF_FontDef fontdef);
179 FreeFunc (HPDF_FontDef fontdef) in FreeFunc() function
269 fontdef->free_fn = FreeFunc; in HPDF_TTFontDef_New()
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_http.cpp795 const auto FreeFunc = [](void* pData) in GetHTTPFetchContext() local
800 CPLSetTLSWithFreeFuncEx( CTLS_HTTPFETCHCALLBACK, psCtx, FreeFunc, &bError ); in GetHTTPFetchContext()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_http.cpp795 const auto FreeFunc = [](void* pData) in GetHTTPFetchContext() local
800 CPLSetTLSWithFreeFuncEx( CTLS_HTTPFETCHCALLBACK, psCtx, FreeFunc, &bError ); in GetHTTPFetchContext()
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_http.cpp795 const auto FreeFunc = [](void* pData) in GetHTTPFetchContext() local
800 CPLSetTLSWithFreeFuncEx( CTLS_HTTPFETCHCALLBACK, psCtx, FreeFunc, &bError ); in GetHTTPFetchContext()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/VMCore/
H A DInstructions.cpp507 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, NULL); in createFree() local
513 Result = CallInst::Create(FreeFunc, PtrCast, "", InsertBefore); in createFree()
517 Result = CallInst::Create(FreeFunc, PtrCast, ""); in createFree()
520 if (Function *F = dyn_cast<Function>(FreeFunc)) in createFree()
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dsignals.c1374 freelinklist(args, (FreeFunc) NULL); in dotrapargs()
/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DInstructions.cpp603 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
609 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
613 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
616 if (Function *F = dyn_cast<Function>(FreeFunc)) in createFree()
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DInstructions.cpp548 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
554 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
558 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
561 if (Function *F = dyn_cast<Function>(FreeFunc)) in createFree()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgconf-2.0.vapi167 public uint add (string listen_point, void* listener_data, GLib.FreeFunc destroy_notify);
/dports/devel/llvm10/llvm-10.0.1.src/lib/IR/
H A DInstructions.cpp667 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
673 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
677 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
680 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in createFree()
/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DInstructions.cpp722 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
728 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
732 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
735 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in createFree()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp667 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
673 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
677 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
680 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in createFree()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/IR/
H A DInstructions.cpp667 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
673 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
677 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
680 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in createFree()
/dports/devel/llvm90/llvm-9.0.1.src/lib/IR/
H A DInstructions.cpp672 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
678 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
682 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
685 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in createFree()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DInstructions.cpp734 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
740 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
744 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
747 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in createFree()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DInstructions.cpp731 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
737 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
741 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
744 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in createFree()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DInstructions.cpp775 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
781 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
785 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
788 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in createFree()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DInstructions.cpp775 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
781 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
785 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
788 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in createFree()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DInstructions.cpp726 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
732 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore); in createFree()
736 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, ""); in createFree()
739 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in createFree()

12345