Searched defs:GetChar (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Utility/ | ||
H A D | StringExtractor.cpp | 43 char StringExtractor::GetChar(char fail_value) { in GetChar() function in StringExtractor |
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ | ||
H A D | StdStringExtractor.cpp | 35 char StdStringExtractor::GetChar(char fail_value) { in GetChar() function in StdStringExtractor |
/openbsd/gnu/llvm/lldb/source/Core/ | ||
H A D | IOHandlerCursesGUI.cpp | 638 int GetChar() { return ::wgetch(m_window); } in GetChar() function in curses::Window |