/llvm-project/clang/test/Analysis/ |
H A D | NewDelete-intersections.mm | 28 free(++p1); // no warn function 31 free(p2); function 32 free(p2); // no warn function 37 free(p4); function 41 free(p5); // no warn function [all...] |
H A D | exceptions.mm | 7 void free(void *); function
|
H A D | malloc.m | 7 void free(void *); function
|
H A D | MismatchedDeallocator-checker-test.mm | 14 void free(void *); function [all...] |
H A D | objc-boxing.m | 49 extern void free(void *); function
|
H A D | keychainAPI.m | 237 void free(void *ptr); function
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | deep_stack_uaf.cpp | 11 static void free(char *x) { in free() function 18 static void free(char *x) { in free() function
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | 2008-10-3-EhValue.m | 10 +free; class 11 -free; method
|
/llvm-project/offload/DeviceRTL/src/ |
H A D | Allocator.cpp | 61 void free(void *) {} in free() function 77 void allocator::free(void *Ptr) { BumpAllocator.free(Ptr); } in free() function in allocator
|
/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_runtime_wrapper.h | 73 __attribute__((noinline, weak)) __device__ void free(void *__ptr) { in free() function 81 __attribute__((weak)) inline __device__ void free(void *__ptr) { in free() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | attr-cleanup.cpp | 4 void free(void *i) {} in free() function
|
H A D | debug-info-access.cpp | 83 void free() {} in free() function
|
/llvm-project/compiler-rt/test/tsan/Linux/ |
H A D | user_malloc.cpp | 19 extern "C" void free(void *p) { in free() function
|
/llvm-project/libcxx/include/__filesystem/ |
H A D | space_info.h | 26 uintmax_t free; member
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBlock.cpp |
|
/llvm-project/llvm/lib/Support/ |
H A D | MD5.cpp | 191 unsigned long used, free; in update() local 235 unsigned long used, free; in final() local
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_linux.cpp | 49 INTERCEPTOR(void,free,void * ptr) INTERCEPTOR() argument 168 void (*free)(void *mem); global() member 177 void (*free)(void *mem); global() member
|
/llvm-project/polly/lib/External/isl/include/isl/ |
H A D | obj.h | 19 void (*free)(void *v); member
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_md5.cpp | 161 ulong_t used, free; in MD5_Update() local 193 ulong_t used, free; in MD5_Final() local
|
/llvm-project/libcxx/src/support/win32/ |
H A D | support.cpp | 41 free(p); __libcpp_vasprintf() local
|
/llvm-project/libc/test/IntegrationTest/ |
H A D | test.cpp | 77 void free(void *) {} free() function
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_wrapper_malloc.h | 170 #define free(ptr) _free_dbg((ptr), KMP_MEM_BLOCK) macro
|
/llvm-project/clang/test/Sema/ |
H A D | warn-free-nonheap-object.cpp | 3 extern "C" void free(void *) {} in free() function
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | MemoryAllocation.cpp | 122 [[maybe_unused]] auto free = rewriter.create<fir::FreeMemOp>(loc, heap); matchAndRewrite() local
|
/llvm-project/libc/test/UnitTest/ |
H A D | HermeticTestUtils.cpp | 86 void free(void *) {} free() function
|