Home
last modified time | relevance | path

Searched defs:interrupted (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Ddisplay.py67 def clear(self, interrupted): pass argument
103 def clear(self, interrupted): argument
H A DProgressBar.py204 def clear(self, interrupted): argument
278 def clear(self, interrupted): argument
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp354 bool IOHandlerEditline::GetLine(std::string &line, bool &interrupted) { in GetLine()
521 bool IOHandlerEditline::GetLines(StringList &lines, bool &interrupted) { in GetLines()
546 bool interrupted = false; in GetLines() local
566 bool interrupted = false; in Run() local
/llvm-project-15.0.7/lldb/unittests/Editline/
H A DEditlineTest.cpp168 bool EditlineAdapter::GetLine(std::string &line, bool &interrupted, in GetLine()
179 bool &interrupted, size_t /* timeout_millis */) { in GetLines()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DErrc.h51 interrupted = int(std::errc::interrupted), enumerator
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp1501 bool Editline::GetLine(std::string &line, bool &interrupted) { in GetLine()
1542 bool &interrupted) { in GetLines()