| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | NewDelete-intersections.mm | 27 int *p1 = (int *)malloc(sizeof(int)); function 30 int *p2 = (int *)malloc(sizeof(int)); function 34 int *p3 = (int *)malloc(sizeof(int)); // no warn function 36 int *p4 = (int *)malloc(sizeof(int)); function
|
| H A D | null-deref-static.m | 3 void *malloc(unsigned long); function
|
| H A D | exceptions.mm | 6 void *malloc(size_t); function
|
| H A D | malloc.m | 6 void *malloc(size_t); function
|
| H A D | MismatchedDeallocator-checker-test.mm | 8 void *malloc(size_t); function
|
| H A D | objc-boxing.m | 48 extern void *malloc(size_t); function
|
| H A D | malloc.mm | 213 void *newItem = malloc(4); function
|
| H A D | uninit-vals.m | 6 void *malloc(size_t); function
|
| H A D | edges-new.mm | 524 void *malloc(unsigned long); function
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | attr-malloc.m | 4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}} 5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
|
| H A D | at-defs.m | 21 extern void *malloc(__typeof__(sizeof(0))); function
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | implicit-builtin-freestanding.c | 6 int malloc(int a) { return a; } in malloc() function
|
| H A D | implicit-builtin-redecl.c | 5 static void* malloc(int size) { in malloc() function
|
| H A D | implicit-builtin-decl.c | 15 void g(int malloc) { // okay: these aren't functions in g()
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/ |
| H A D | pr5056.cpp | 11 inline void *A<T>::malloc(int) in malloc() function in A
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/ |
| H A D | interception_malloc_test.cpp | 12 extern "C" void *malloc(size_t size) { in malloc() function
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | 2009-01-26-WriteBarrier-2.m | 7 void * malloc(size_t size); function
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/Linux/ |
| H A D | user_malloc.cpp | 12 extern "C" void *malloc(unsigned long size) { in malloc() function
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/llvmlibc/ |
| H A D | callee-namespace.cpp | 18 void malloc() {} in malloc() function
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | __clang_hip_runtime_wrapper.h | 83 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) { in malloc() function
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cpp | 65 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() argument 170 void *(*malloc)(uptr bytes); member 182 void *(*malloc)(uptr bytes); member
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/ |
| H A D | scudo_malloc.cpp | 27 INTERCEPTOR_ATTRIBUTE void *malloc(size_t size) { in malloc() function
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_wrapper_malloc.h | 165 #define malloc(size) _malloc_dbg((size), KMP_MEM_BLOCK, __FILE__, __LINE__) macro
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_allocator_testlib.cpp | 101 void *malloc(size_t size) { in malloc() function
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_malloc_linux.cpp | 53 INTERCEPTOR(void *, malloc, uptr size) { in INTERCEPTOR() argument
|