Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i99 HasCustomQuitExitCode();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h255 bool HasCustomQuitExitCode();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp411 bool SBCommandInterpreter::HasCustomQuitExitCode() { in HasCustomQuitExitCode() function in SBCommandInterpreter
412 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, HasCustomQuitExitCode); in HasCustomQuitExitCode()
808 LLDB_REGISTER_METHOD(bool, SBCommandInterpreter, HasCustomQuitExitCode, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11770 result = (bool)(arg1)->HasCustomQuitExitCode(); in _wrap_SBCommandInterpreter_HasCustomQuitExitCode()