Searched defs:Resize (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_vector.h74 void Resize(uptr size) { function in class:__sanitizer::Vector
/freebsd-12-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
1477 void Resize(size_t n, const TreeItem &t) { m_children.resize(n, t); } function in class:TreeItem
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cpp402 void SyncClock::Resize(ClockCache *c, uptr nclk) { function in class:__tsan::SyncClock
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp43 Symbol *Symtab::Resize(size_t count) { function in class:Symtab

Completed in 178 milliseconds