/llvm-project/libc/src/__support/CPP/ |
H A D | string.h | 150 const size_t new_size = size_ + rhs.size(); global() variable 158 const size_t new_size = size_ + 1; global() variable
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_stack_trace.cpp | 25 void VarSizeStackTrace::ResizeBuffer(uptr new_size) { in ResizeBuffer()
|
/llvm-project/lldb/source/Utility/ |
H A D | DataBufferHeap.cpp | 47 uint64_t DataBufferHeap::SetByteSize(uint64_t new_size) { in SetByteSize()
|
H A D | DataExtractor.cpp | 303 size_t new_size = GetByteSize(); in SetData() local
|
/llvm-project/lldb/source/Core/ |
H A D | Value.cpp | 164 const size_t new_size = curr_size + scalar_size; in AppendDataToHostBuffer() local 179 const size_t new_size = curr_size + src_len; in AppendDataToHostBuffer() local
|
H A D | ModuleList.cpp | 456 const size_t new_size = sc_list.GetSize(); in FindFunctions() local 483 const size_t new_size = sc_list.GetSize(); in FindFunctionSymbols() local
|
H A D | Module.cpp | 852 const size_t new_size = sc_list.GetSize(); FindFunctions() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_combined.h | 97 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate()
|
H A D | sanitizer_symbolizer_posix_libcdep.cpp | 243 uintptr_t new_size = garbage - buff.data(); in ReadFromSymbolizer() local
|
H A D | sanitizer_common.h | 557 reserve(uptr new_size) reserve() argument 562 resize(uptr new_size) resize() argument
|
H A D | sanitizer_netbsd.cpp | 108 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags, in internal_mremap()
|
H A D | sanitizer_mac.cpp | 147 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags, in internal_mremap() argument
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | emutls.c | 358 uintptr_t new_size = emutls_new_data_array_size(index); in emutls_get_address_array() local 367 uintptr_t new_size = emutls_new_data_array_size(index); in emutls_get_address_array() local
|
/llvm-project/libcxx/src/ |
H A D | strstream.cpp | 112 size_t new_size = max<size_t>(static_cast<size_t>(__alsize_), 2 * old_size); in overflow() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_taskdeps.cpp | 76 size_t new_size = sizes[gen]; in __kmp_dephash_extend() local 700 kmp_uint new_size = old_size * 2; in __kmpc_omp_task_with_deps() local
|
H A D | ompt-general.cpp | 191 DWORD needed, new_size; ompt_tool_windows() local
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocator.cpp | 178 uptr new_size = RoundUpTo(size, kShadowAlignment); in TaggedSize() local 377 HwasanReallocate(StackTrace * stack,void * tagged_ptr_old,uptr new_size,uptr alignment) HwasanReallocate() argument
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_allocator.cpp | 154 DFsanReallocate(void * old_p,uptr new_size,uptr alignment) DFsanReallocate() argument
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_allocator.cpp | 130 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate()
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_list_templ.c | 96 int i, new_size; in LIST() local
|
H A D | isl_printer.c | 54 int new_size; in grow_buf() local
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_win.cpp | 380 size_t new_size = asan_malloc_usable_size(ptr, pc, bp); SharedReAlloc() local
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_allocator.cpp | 269 MsanReallocate(BufferedStackTrace * stack,void * old_p,uptr new_size,uptr alignment) MsanReallocate() argument
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessWindows.cpp | 522 int new_size = 0; DoUpdateThreadList() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 214 const unsigned new_size = D->full_size(); in HandlePathDiagnostic() local
|