Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h437 static constexpr llvm::StringLiteral control_sequence("quit()\n"); in GetControlSequence()
439 return control_sequence; in GetControlSequence()
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h680 static constexpr llvm::StringLiteral control_sequence("quit\n"); in IOHandlerGetControlSequence()
682 return control_sequence; in IOHandlerGetControlSequence()
/src/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()