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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectList.h35 void Resize(size_t size);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_vector.h74 void Resize(uptr size) { function in class:__sanitizer::Vector
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectList.cpp38 void ValueObjectList::Resize(size_t size) { m_value_objects.resize(size); } function in class:ValueObjectList
H A DIOHandlerCursesGUI.cpp384 void Resize(int w, int h) { ::wresize(m_window, h, w); } function in class:curses::Window
385 void Resize(const Size &size) { function in class:curses::Window
425 Resize(bounds.size);
1477 void Resize(size_t n, const TreeItem &t) { m_children.resize(n, t); } function in class:TreeItem
1935 item.Resize(num_frames, t);
2027 item.Resize(num_threads, t);
3058 source_window_sp->Resize(source_bounds.size.width,
3102 variables_window_sp->Resize(variables_bounds.size.width +
3108 source_window_sp->Resize(source_bounds.size.width,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.h35 void Resize(ClockCache *c, uptr nclk);
H A Dtsan_clock.cpp194 dst->Resize(c, nclk_);
268 dst->Resize(c, nclk_);
402 void SyncClock::Resize(ClockCache *c, uptr nclk) { function in class:__tsan::SyncClock
484 Resize(c, old.size_);
H A Dtsan_rtl_report.cpp397 stack.Resize(hdr->stack0.size + 64);
415 stack.Resize(pos + 2);
663 mset_buffer.Resize(sizeof(MutexSet) / sizeof(u64) + 1);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h39 Symbol *Resize(size_t count);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp43 Symbol *Symtab::Resize(size_t count) { function in class:Symtab
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1159 m_variable_list_value_objects.Resize(num_variables);

Completed in 222 milliseconds