Home
last modified time | relevance | path

Searched defs:old_size (Results 1 – 25 of 53) sorted by relevance

123

/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_erase/
H A Dsize_size.pass.cpp24 const typename S::size_type old_size = s.size(); in test() local
48 const typename S::size_type old_size = s.size(); in test() local
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
H A Dsize_string.pass.cpp24 const typename S::size_type old_size = s.size(); in test() local
H A Dsize_size_char.pass.cpp25 const typename S::size_type old_size = s.size(); in test() local
H A Dsize_pointer_size.pass.cpp25 const typename S::size_type old_size = s.size(); in test() local
H A Dsize_pointer.pass.cpp24 const typename S::size_type old_size = s.size(); in test() local
H A Dsize_string_size_size.pass.cpp27 const typename S::size_type old_size = s.size(); in test() local
50 const typename S::size_type old_size = s.size(); in test_npos() local
H A Dstring_view.pass.cpp23 const typename S::size_type old_size = s.size(); in test() local
H A Dsize_T_size_size.pass.cpp27 const typename S::size_type old_size = s.size(); in test() local
50 const typename S::size_type old_size = s.size(); in test_npos() local
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_pointer.pass.cpp26 const typename S::size_type old_size = s.size(); in test() local
H A Dsize_size_size_char.pass.cpp31 const typename S::size_type old_size = s.size(); in test() local
H A Dsize_size_string.pass.cpp25 const typename S::size_type old_size = s.size(); in test() local
H A Diter_iter_size_char.pass.cpp29 typename S::size_type old_size = s.size(); in test() local
H A Dsize_size_string_view.pass.cpp25 const typename S::size_type old_size = s.size(); in test() local
H A Diter_iter_string.pass.cpp24 typename S::size_type old_size = s.size(); in test() local
H A Diter_iter_string_view.pass.cpp23 typename S::size_type old_size = s.size(); in test() local
H A Diter_iter_pointer.pass.cpp26 typename S::size_type old_size = s.size(); in test() local
H A Dsize_size_pointer_size.pass.cpp31 const typename S::size_type old_size = s.size(); in test() local
H A Diter_iter_pointer_size.pass.cpp29 typename S::size_type old_size = s.size(); in test() local
H A Dsize_size_string_size_size.pass.cpp36 const typename S::size_type old_size = s.size(); in test() local
63 const typename S::size_type old_size = s.size(); in test_npos() local
H A Dsize_size_T_size_size.pass.cpp44 const SizeT old_size = s.size(); in test() local
73 const SizeT old_size = s.size(); in test_npos() local
H A Diter_iter_iter_iter.pass.cpp25 typename S::size_type old_size = s.size(); in test() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_vector.h79 uptr old_size = Size(); in Resize() local
H A Dsanitizer_allocator_combined.h106 uptr old_size = GetActuallyAllocatedSize(p); in Reallocate() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bitvector_test.cpp106 size_t old_size = s.size(); in TestBitVector() local
/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp158 size_t old_size = _msize(p); _recalloc() local
317 size_t old_size = heapSizeFunc(hHeap, dwFlags, lpMem); SharedReAlloc() local
371 size_t old_size; SharedReAlloc() local
[all...]

123