Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h202 bool WasInterrupted = false; member
210 WasInterrupted |= Other.WasInterrupted; in combineWith()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h255 bool WasInterrupted() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h673 bool WasInterrupted() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp146 bool SBCommandInterpreter::WasInterrupted() const { in WasInterrupted() function in SBCommandInterpreter
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2378 Result.WasInterrupted = true; in handle()
2657 if (CombinedResult.WasInterrupted) { in track()
2660 CombinedResult.WasInterrupted = false; in track()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3043 bool CommandInterpreter::WasInterrupted() const { in WasInterrupted() function in CommandInterpreter
3096 if (WasInterrupted()) in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1317 return GetCommandInterpreter().WasInterrupted(); in InterruptRequested()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13762 result = (bool)((lldb::SBCommandInterpreter const *)arg1)->WasInterrupted(); in _wrap_SBCommandInterpreter_WasInterrupted()