Searched defs:FreeFunc (Results 1 – 7 of 7) sorted by relevance
21 typedef short (*FreeFunc)(long); typedef
24 typedef short (*FreeFunc)(long); typedef
63 typedef void (*FreeFunc)(void* addr, void* context); typedef
55 static void FreeFunc(png_structp png_ptr, png_voidp ptr) { in FreeFunc() function
586 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, nullptr); in createFree() local
667 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local
915 FunctionCallee FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy); in createFree() local