Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DScriptInterpreter.cpp155 auto nullin = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create() local
157 if (!nullin) in Create()
158 return nullin.takeError(); in Create()
163 return nullin.takeError(); in Create()
166 new ScriptInterpreterIORedirect(std::move(*nullin), std::move(*nullout))); in Create()