Home
last modified time | relevance | path

Searched defs:GetChar (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp43 char StringExtractor::GetChar(char fail_value) { in GetChar() function in StringExtractor
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp637 int GetChar() { return ::wgetch(m_window); } in GetChar() function in curses::Window