Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp175 auto nullout = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create() local
177 if (!nullout) in Create()
181 new ScriptInterpreterIORedirect(std::move(*nullin), std::move(*nullout))); in Create()