/llvm-project/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 [all...] |
H A D | objc-boxing.m | 48 extern void *malloc(size_t); function
|
H A D | malloc.mm | 213 void *newItem = malloc(4); global() function [all...] |
/llvm-project/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/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/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/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/clang/lib/Headers/ |
H A D | __clang_hip_runtime_wrapper.h | 69 __attribute__((noinline, weak)) __device__ void *malloc(__hip_size_t __size) { in malloc() function 78 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) { in malloc() function
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | 2009-01-26-WriteBarrier-2.m | 6 void * malloc(size_t size); function
|
/llvm-project/compiler-rt/test/tsan/Linux/ |
H A D | user_malloc.cpp | 12 extern "C" void *malloc(unsigned long size) { in malloc() function
|
/llvm-project/libc/config/baremetal/ |
H A D | config.json | 16 "malloc": { global() object
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/llvmlibc/ |
H A D | callee-namespace.cpp | 28 void malloc() {} in malloc() function
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_linux.cpp | 65 INTERCEPTOR(void *,malloc,uptr size) INTERCEPTOR() argument 167 void *(*malloc)(uptr bytes); global() member 179 void *(*malloc)(uptr bytes); global() member
|
/llvm-project/libc/test/IntegrationTest/ |
H A D | test.cpp | 71 void *malloc(size_t s) { malloc() function
|
/llvm-project/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/compiler-rt/lib/interception/tests/ |
H A D | interception_linux_test.cpp | 38 INTERCEPTOR(void *, malloc, SIZE_T s) { return calloc(1, s); } in INTERCEPTOR() argument
|
/llvm-project/libc/config/ |
H A D | config.json | 68 "malloc": { global() object
|
/llvm-project/libc/test/UnitTest/ |
H A D | HermeticTestUtils.cpp | 78 void *malloc(size_t s) { malloc() function
|