Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dfuncsig.cpp8 void freeFunc(int *, char) { in freeFunc() function
/external/libxml2/
Dxmlmemory.c1041 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/
Dfuncsig.cpp23 void freeFunc(int *p, char c) { in freeFunc() function
/external/mtools/
Dstream.h39 int (*freeFunc)(Stream_t *); member
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_win.cpp276 FreeFunction freeFunc, AllocFunction allocFunc, in SharedReAlloc()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp2220 auto freeFunc = module.lookupSymbol<LLVM::LLVMFuncOp>("free"); in copyUnrankedDescriptors() local
2365 auto freeFunc = in matchAndRewrite() local
/external/libxml2/python/
Dlibxml.c100 static xmlFreeFunc freeFunc = NULL; variable