Searched refs:FreeFunc (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/libwebp/imageio/ |
D | pngdec.c | 55 static void FreeFunc(png_structp png_ptr, png_voidp ptr) { in FreeFunc() function 252 NULL, MallocFunc, FreeFunc); in ReadPNG()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | pngdec.c | 55 static void FreeFunc(png_structp png_ptr, png_voidp ptr) { in FreeFunc() function 252 NULL, MallocFunc, FreeFunc); in ReadPNG()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 667 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()
|