Home
last modified time | relevance | path

Searched refs:control_sequence (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h443 static constexpr llvm::StringLiteral control_sequence("quit()\n"); in GetControlSequence()
445 return control_sequence; in GetControlSequence()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h691 static constexpr llvm::StringLiteral control_sequence("quit\n"); in IOHandlerGetControlSequence()
693 return control_sequence; in IOHandlerGetControlSequence()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp121 static constexpr llvm::StringLiteral control_sequence(":quit\n"); in IOHandlerGetControlSequence() local
123 return control_sequence; in IOHandlerGetControlSequence()