Home
last modified time | relevance | path

Searched defs:new_size (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/libc/src/__support/CPP/
H A Dstring.h150 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 Dtsan_stack_trace.cpp25 void VarSizeStackTrace::ResizeBuffer(uptr new_size) { in ResizeBuffer()
/llvm-project/lldb/source/Utility/
H A DDataBufferHeap.cpp47 uint64_t DataBufferHeap::SetByteSize(uint64_t new_size) { in SetByteSize()
H A DDataExtractor.cpp303 size_t new_size = GetByteSize(); in SetData() local
/llvm-project/lldb/source/Core/
H A DValue.cpp164 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 DModuleList.cpp456 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 DModule.cpp852 const size_t new_size = sc_list.GetSize(); FindFunctions() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h97 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate()
H A Dsanitizer_symbolizer_posix_libcdep.cpp243 uintptr_t new_size = garbage - buff.data(); in ReadFromSymbolizer() local
H A Dsanitizer_common.h557 reserve(uptr new_size) reserve() argument
562 resize(uptr new_size) resize() argument
H A Dsanitizer_netbsd.cpp108 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags, in internal_mremap()
H A Dsanitizer_mac.cpp147 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 Demutls.c358 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 Dstrstream.cpp112 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 Dkmp_taskdeps.cpp76 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 Dompt-general.cpp191 DWORD needed, new_size; ompt_tool_windows() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp178 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 Ddfsan_allocator.cpp154 DFsanReallocate(void * old_p,uptr new_size,uptr alignment) DFsanReallocate() argument
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp130 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate()
/llvm-project/polly/lib/External/isl/
H A Disl_list_templ.c96 int i, new_size; in LIST() local
H A Disl_printer.c54 int new_size; in grow_buf() local
/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp380 size_t new_size = asan_malloc_usable_size(ptr, pc, bp); SharedReAlloc() local
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp269 MsanReallocate(BufferedStackTrace * stack,void * old_p,uptr new_size,uptr alignment) MsanReallocate() argument
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp522 int new_size = 0; DoUpdateThreadList() local
/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp214 const unsigned new_size = D->full_size(); in HandlePathDiagnostic() local

12