Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h195 bool WasInterrupted = false; member
203 WasInterrupted |= Other.WasInterrupted; in combineWith()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreter.i173 WasInterrupted () const;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreter.h212 bool WasInterrupted() const;
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp133 bool SBCommandInterpreter::WasInterrupted() const { in WasInterrupted() function in SBCommandInterpreter
136 return (IsValid() ? m_opaque_ptr->WasInterrupted() : false); in WasInterrupted()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp1990 if (m_interpreter.WasInterrupted()) in DoExecute()
2017 if (m_interpreter.WasInterrupted()) in DoExecute()
2078 if (m_interpreter.WasInterrupted()) in DoExecute()
2096 if (m_interpreter.WasInterrupted()) in DoExecute()
2210 if (m_interpreter.WasInterrupted()) in DoExecute()
2235 if (m_interpreter.WasInterrupted()) in DoExecute()
2284 if (m_interpreter.WasInterrupted()) in DoExecute()
2300 if (m_interpreter.WasInterrupted()) in DoExecute()
2367 if (m_interpreter.WasInterrupted()) in DoExecute()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1847 if (WasInterrupted()) { in HandleCommand()
2496 for (size_t idx = 0; idx < num_lines && !WasInterrupted(); idx++) { in HandleCommands()
2978 bool CommandInterpreter::WasInterrupted() const { in WasInterrupted() function in CommandInterpreter
2992 while (!str.empty() && !WasInterrupted()) { in PrintCommandOutput()
3026 if (WasInterrupted()) in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h348 bool WasInterrupted() const;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2197 Result.WasInterrupted = true; in handle()
2457 if (CombinedResult.WasInterrupted) { in track()
2460 CombinedResult.WasInterrupted = false; in track()