/llvm-project/clang/test/Driver/ |
H A D | arm-float-abi-lto.c | 53 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream) { in fwrite()
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocation_functions.cpp | 124 return hwasan_calloc(nmemb, size, &stack); in __sanitizer_calloc() argument 140 __sanitizer_reallocarray(void * ptr,uptr nmemb,uptr size) __sanitizer_reallocarray() argument
|
H A D | hwasan_allocator.cpp | 394 HwasanCalloc(StackTrace * stack,uptr nmemb,uptr size) HwasanCalloc() argument 454 hwasan_calloc(uptr nmemb,uptr size,StackTrace * stack) hwasan_calloc() argument 468 hwasan_reallocarray(void * ptr,uptr nmemb,uptr size,StackTrace * stack) hwasan_reallocarray() argument [all...] |
/llvm-project/libc/src/stdio/printf_core/ |
H A D | vfprintf_internal.h | 37 fwrite_unlocked(const void * ptr,size_t size,size_t nmemb,FILE * f) fwrite_unlocked() argument
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_allocator.cpp | 174 DFsanCalloc(uptr nmemb,uptr size) DFsanCalloc() argument 216 dfsan_calloc(uptr nmemb,uptr size) dfsan_calloc() argument 230 dfsan_reallocarray(void * ptr,uptr nmemb,uptr size) dfsan_reallocarray() argument [all...] |
H A D | dfsan_interceptors.cpp | 51 return DlsymAlloc::Callocate(nmemb, size); in INTERCEPTOR() argument 36 INTERCEPTOR(void *,reallocarray,void * ptr,SIZE_T nmemb,SIZE_T size) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_win.cpp | 113 calloc(size_t nmemb,size_t size) calloc() argument 119 _calloc_base(size_t nmemb,size_t size) _calloc_base() argument 124 _calloc_dbg(size_t nmemb,size_t size,int,const char *,int) _calloc_dbg() argument 129 _calloc_impl(size_t nmemb,size_t size,int * errno_tmp) _calloc_impl() argument [all...] |
H A D | asan_malloc_linux.cpp | 72 INTERCEPTOR(void *,calloc,uptr nmemb,uptr size) INTERCEPTOR() argument 87 INTERCEPTOR(void *,reallocarray,void * ptr,uptr nmemb,uptr size) INTERCEPTOR() argument
|
H A D | asan_allocator.cpp | 1003 asan_calloc(uptr nmemb,uptr size,BufferedStackTrace * stack) asan_calloc() argument 1007 asan_reallocarray(void * p,uptr nmemb,uptr size,BufferedStackTrace * stack) asan_reallocarray() argument [all...] |
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_allocator.cpp | 115 static void *Calloc(uptr nmemb, uptr size, const StackTrace &stack) { in Calloc() 227 void *lsan_reallocarray(void *ptr, uptr nmemb, uptr size, in lsan_reallocarray() 238 void *lsan_calloc(uptr nmemb, uptr size, const StackTrace &stack) { in lsan_calloc()
|
H A D | lsan_interceptors.cpp | 86 INTERCEPTOR(void *,calloc,uptr nmemb,uptr size) INTERCEPTOR() argument 102 INTERCEPTOR(void *,reallocarray,void * q,uptr nmemb,uptr size) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 61 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument 78 INTERCEPTOR(void *, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
H A D | memprof_allocator.cpp | 665 memprof_calloc(uptr nmemb,uptr size,BufferedStackTrace * stack) memprof_calloc() argument 669 memprof_reallocarray(void * p,uptr nmemb,uptr size,BufferedStackTrace * stack) memprof_reallocarray() argument [all...] |
/llvm-project/polly/lib/External/isl/ |
H A D | isl_sort.c | 133 MergeSort (void *base, size_t nmemb, size_t size, in MergeSort()
|
H A D | isl_ctx.c | 99 void *isl_calloc_or_die(isl_ctx *ctx, size_t nmemb, size_t size) in isl_calloc_or_die()
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_allocator.cpp | 293 if (UNLIKELY(CheckForCallocOverflow(size, nmemb))) { in MsanCalloc() argument 334 return SetErrnoOnNull(MsanCalloc(stack, nmemb, size)); in msan_calloc() argument 348 msan_reallocarray(void * ptr,uptr nmemb,uptr size,BufferedStackTrace * stack) msan_reallocarray() argument [all...] |
H A D | msan_interceptors.cpp | 999 return msan_calloc(nmemb, size, &stack); in INTERCEPTOR() argument 125 INTERCEPTOR(SIZE_T,fread_unlocked,void * ptr,SIZE_T size,SIZE_T nmemb,void * file) INTERCEPTOR() argument 1013 INTERCEPTOR(void *,reallocarray,void * ptr,SIZE_T nmemb,SIZE_T size) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_allocator_testlib.cpp | 116 void *calloc(size_t nmemb, size_t size) { in calloc()
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_stub.cpp | 407 void *omp_calloc(size_t nmemb, size_t size, omp_allocator_handle_t al) { in omp_calloc() 418 void *omp_aligned_calloc(size_t a, size_t nmemb, size_t size, in omp_aligned_calloc()
|
H A D | kmp_alloc.cpp | 1519 void *__kmpc_calloc(int gtid, size_t nmemb, size_t size, in __kmpc_calloc() 1758 void *__kmp_calloc(int gtid, size_t algn, size_t nmemb, size_t size, in __kmp_calloc()
|
H A D | kmp_csupport.cpp | 4498 void *omp_calloc(size_t nmemb, size_t size, omp_allocator_handle_t allocator) { in omp_calloc() argument 4502 void *omp_aligned_calloc(size_t align, size_t nmemb, size_t size, in omp_aligned_calloc() argument
|
/llvm-project/clang/test/Analysis/ |
H A D | unix-fns.c | 150 void test_calloc_nowarn(size_t nmemb, size_t size) { in test_calloc_nowarn()
|