Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h194 bool WasInterrupted = false; member
202 WasInterrupted |= Other.WasInterrupted; in combineWith()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBCommandInterpreter.i170 WasInterrupted () const;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DStatus.h195 bool WasInterrupted() const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp137 bool SBCommandInterpreter::WasInterrupted() const { in WasInterrupted() function in SBCommandInterpreter
138 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandInterpreter, WasInterrupted); in WasInterrupted()
140 return (IsValid() ? m_opaque_ptr->WasInterrupted() : false); in WasInterrupted()
770 LLDB_REGISTER_METHOD_CONST(bool, SBCommandInterpreter, WasInterrupted, ()); in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h208 bool WasInterrupted() const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DStatus.cpp290 bool Status::WasInterrupted() const { in WasInterrupted() function in Status
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp2007 if (m_interpreter.WasInterrupted()) in DoExecute()
2034 if (m_interpreter.WasInterrupted()) in DoExecute()
2095 if (m_interpreter.WasInterrupted()) in DoExecute()
2113 if (m_interpreter.WasInterrupted()) in DoExecute()
2174 if (m_interpreter.WasInterrupted()) in DoExecute()
2199 if (m_interpreter.WasInterrupted()) in DoExecute()
2248 if (m_interpreter.WasInterrupted()) in DoExecute()
2264 if (m_interpreter.WasInterrupted()) in DoExecute()
2331 if (m_interpreter.WasInterrupted()) in DoExecute()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1668 if (WasInterrupted()) { in HandleCommand()
2298 for (size_t idx = 0; idx < num_lines && !WasInterrupted(); idx++) { in HandleCommands()
2771 bool CommandInterpreter::WasInterrupted() const { in WasInterrupted() function in CommandInterpreter
2783 while (size > 0 && !WasInterrupted()) { in PrintCommandOutput()
2820 if (WasInterrupted()) in IOHandlerInputComplete()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h304 bool WasInterrupted() const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp2116 Result.WasInterrupted = true; in handle()
2376 if (CombinedResult.WasInterrupted) { in track()
2379 CombinedResult.WasInterrupted = false; in track()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp963 } else if (error.WasInterrupted()) { in ConnectToDebugserver()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp12625 result = (bool)((lldb::SBCommandInterpreter const *)arg1)->WasInterrupted(); in _wrap_SBCommandInterpreter_WasInterrupted()