Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp703 static bool write_console_impl(int FD, StringRef Data) { in write_console_impl() function
749 if (write_console_impl(FD, StringRef(Ptr, Size))) in write_impl()