Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h202 bool WasInterrupted = false; member
210 WasInterrupted |= Other.WasInterrupted; in combineWith()
/llvm-project/lldb/test/API/python_api/was_interrupted/
H A Dinterruptible.py23 self.was_interrupted = debugger.GetCommandInterpreter().WasInterrupted()
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h255 bool WasInterrupted() const;
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h677 bool WasInterrupted() const;
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp146 bool SBCommandInterpreter::WasInterrupted() const { in WasInterrupted() function in SBCommandInterpreter
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2289 Result.WasInterrupted = true; in handle()
2568 if (CombinedResult.WasInterrupted) {
2571 CombinedResult.WasInterrupted = false; in handle()
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3085 bool CommandInterpreter::WasInterrupted() const { in EchoCommandNonInteractive()
3138 if (WasInterrupted()) in IOHandlerInputComplete()
3043 bool CommandInterpreter::WasInterrupted() const { WasInterrupted() function in CommandInterpreter
/llvm-project/lldb/source/Core/
H A DDebugger.cpp1352 return GetCommandInterpreter().WasInterrupted(); in GetNumDebuggers()