Home
last modified time | relevance | path

Searched refs:HasCustomQuitExitCode (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/commands/quit/
H A DTestQuit.py22 self.assertFalse(self.ci.HasCustomQuitExitCode())
28 self.assertTrue(self.ci.HasCustomQuitExitCode())
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreter.i99 HasCustomQuitExitCode();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreter.h259 bool HasCustomQuitExitCode();
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp389 bool SBCommandInterpreter::HasCustomQuitExitCode() { in HasCustomQuitExitCode() function in SBCommandInterpreter