Home
last modified time | relevance | path

Searched refs:WasInterrupted (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h196 bool WasInterrupted = false; member
204 WasInterrupted |= Other.WasInterrupted; in combineWith()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreter.i173 WasInterrupted () const;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h212 bool WasInterrupted() const;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp134 bool SBCommandInterpreter::WasInterrupted() const { in WasInterrupted() function in SBCommandInterpreter
137 return (IsValid() ? m_opaque_ptr->WasInterrupted() : false); in WasInterrupted()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp2005 if (m_interpreter.WasInterrupted()) in DoExecute()
2032 if (m_interpreter.WasInterrupted()) in DoExecute()
2093 if (m_interpreter.WasInterrupted()) in DoExecute()
2111 if (m_interpreter.WasInterrupted()) in DoExecute()
2225 if (m_interpreter.WasInterrupted()) in DoExecute()
2250 if (m_interpreter.WasInterrupted()) in DoExecute()
2299 if (m_interpreter.WasInterrupted()) in DoExecute()
2315 if (m_interpreter.WasInterrupted()) in DoExecute()
2382 if (m_interpreter.WasInterrupted()) in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1887 if (WasInterrupted()) { in HandleCommand()
2547 for (size_t idx = 0; idx < num_lines && !WasInterrupted(); idx++) { in HandleCommands()
3026 bool CommandInterpreter::WasInterrupted() const { in WasInterrupted() function in CommandInterpreter
3040 while (!str.empty() && !WasInterrupted()) { in PrintCommandOutput()
3074 if (WasInterrupted()) in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h357 bool WasInterrupted() const;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2357 Result.WasInterrupted = true; in handle()
2635 if (CombinedResult.WasInterrupted) { in track()
2638 CombinedResult.WasInterrupted = false; in track()