Searched refs:Resize (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectList.h56 Resize (size_t size);
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.h57 void Resize(ClockCache *c, uptr nclk);
H A Dtsan_vector.h80 void Resize(uptr size) { function in class:__tsan::Vector
H A Dtsan_clock.cc175 dst->Resize(c, nclk_);
222 dst->Resize(c, nclk_);
300 void SyncClock::Resize(ClockCache *c, uptr nclk) { function in class:__tsan::SyncClock
H A Dtsan_rtl_report.cc385 stack.Resize(hdr->stack0.size + 64);
403 stack.Resize(pos + 2);
623 mset_buffer.Resize(sizeof(MutexSet) / sizeof(u64) + 1);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectList.cpp71 ValueObjectList::Resize (size_t size) function in class:ValueObjectList
H A DIOHandler.cpp1227 void Resize (int w, int h) { ::wresize(m_window, h, w); } function in class:curses::Window
1228 void Resize (const Size &size) { ::wresize(m_window, size.height, size.width); } function in class:curses::Window
1288 Resize (bounds.size);
2713 Resize (size_t n, const TreeItem &t) function in class:TreeItem
3312 item.Resize (num_frames, t);
3422 item.Resize (num_threads, t);
4498 source_window_sp->Resize (source_bounds.size.width,
4546 variables_window_sp->Resize (variables_bounds.size.width + registers_window_sp->GetWidth(),
4553 source_window_sp->Resize (source_bounds.size.width,
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymtab.h46 Symbol * Resize (size_t count);
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h497 Resize(new_capacity);
526 void Resize(uptr new_capacity) {
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp54 Symtab::Resize(size_t count) function in class:Symtab
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1300 m_variable_list_value_objects.Resize(num_variables);

Completed in 276 milliseconds