| /llvm-project-15.0.7/compiler-rt/test/dfsan/ |
| H A D | mmap_at_init.c | 20 void *calloc(size_t Num, size_t Size) { in calloc() function
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | CustomAllocator.cpp | 39 extern "C" void *calloc(size_t n, size_t elem_size) { in calloc() function
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | implicit-builtin-decl.c | 16 int calloc = 1; in g() local
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cpp | 73 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument 172 void *(*calloc)(uptr n_elements, uptr elem_size); member 179 void *(*calloc)(uptr n_elements, uptr elem_size); member
|
| H A D | asan_malloc_win.cpp | 113 void *calloc(size_t nmemb, size_t size) { in calloc() function
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/ |
| H A D | scudo_malloc.cpp | 35 INTERCEPTOR_ATTRIBUTE void *calloc(size_t nmemb, size_t size) { in calloc() function
|
| H A D | scudo_allocator.cpp | 564 void *calloc(uptr NMemB, uptr Size) { in calloc() function
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | dispatch-once.m | 16 void *calloc(size_t nmemb, size_t size); function
|
| H A D | MismatchedDeallocator-checker-test.mm | 10 void *calloc(size_t nmemb, size_t size); function
|
| H A D | malloc.mm | 225 void *calloc(size_t, size_t); function
|
| H A D | uninit-vals.m | 7 void *calloc(size_t nmemb, size_t size); function
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_wrapper_malloc.h | 166 #define calloc(num, size) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_allocator_testlib.cpp | 116 void *calloc(size_t nmemb, size_t size) { in calloc() function
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_malloc_linux.cpp | 61 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 51 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 86 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 900 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_posix.cpp | 677 TSAN_INTERCEPTOR(void*, calloc, uptr size, uptr n) { in TSAN_INTERCEPTOR() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 682 TSAN_INTERCEPTOR(void*, calloc, uptr size, uptr n) { in TSAN_INTERCEPTOR() argument
|