Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/python_api/was_interrupted/
H A DTestDebuggerInterruption.py146 def check_text(self, result_text, interrupted): argument
169 def check_result(self, interrupted=True): argument
173 def check_result_output(self, interrupted=True): argument
/llvm-project/llvm/utils/lit/lit/
H A Ddisplay.py75 def clear(self, interrupted): argument
113 def clear(self, interrupted): argument
H A DProgressBar.py218 def clear(self, interrupted): argument
300 def clear(self, interrupted): argument
/llvm-project/lldb/source/Core/
H A DIOHandler.cpp351 GetLine(std::string & line,bool & interrupted) GetLine() argument
535 GetLines(StringList & lines,bool & interrupted) GetLines() argument
560 bool interrupted = false; GetLines() local
580 bool interrupted = false; Run() local
[all...]
/llvm-project/lldb/unittests/Editline/
H A DEditlineTest.cpp168 bool EditlineAdapter::GetLine(std::string &line, bool &interrupted, in GetLine() argument
179 bool &interrupted, size_t /* timeout_millis */) { in GetLines() argument
/llvm-project/llvm/include/llvm/Support/
H A DErrc.h55 interrupted = int(std::errc::interrupted), enumerator
/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1475 GetLine(std::string & line,bool & interrupted) GetLine() argument
1516 GetLines(int first_line_number,StringList & lines,bool & interrupted) GetLines() argument
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp3423 bool interrupted = convertTargetOpsInNest() local