Searched defs:freeFunc (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | funcsig.cpp | 8 void freeFunc(int *, char) { in freeFunc() function
|
/external/libxml2/ |
D | xmlmemory.c | 1041 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlMemSetup() 1079 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlMemGet() 1107 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlGcMemSetup() 1151 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlGcMemGet()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | funcsig.cpp | 23 void freeFunc(int *p, char c) { in freeFunc() function
|
/external/mtools/ |
D | stream.h | 39 int (*freeFunc)(Stream_t *); member
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_malloc_win.cpp | 276 FreeFunction freeFunc, AllocFunction allocFunc, in SharedReAlloc()
|
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 2220 auto freeFunc = module.lookupSymbol<LLVM::LLVMFuncOp>("free"); in copyUnrankedDescriptors() local 2365 auto freeFunc = in matchAndRewrite() local
|
/external/libxml2/python/ |
D | libxml.c | 100 static xmlFreeFunc freeFunc = NULL; variable
|