Home
last modified time | relevance | path

Searched defs:FreeFunc (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dresult_of.pass.cpp21 typedef short (*FreeFunc)(long); typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dresult_of.pass.cpp24 typedef short (*FreeFunc)(long); typedef
/aosp_15_r20/frameworks/base/libs/hwui/hwui/
H A DBitmap.h63 typedef void (*FreeFunc)(void* addr, void* context); typedef
/aosp_15_r20/external/webp/imageio/
H A Dpngdec.c55 static void FreeFunc(png_structp png_ptr, png_voidp ptr) { in FreeFunc() function
/aosp_15_r20/external/llvm/lib/IR/
H A DInstructions.cpp586 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, nullptr); in createFree() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp667 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DInstructions.cpp915 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local