Home
last modified time | relevance | path

Searched defs:ShouldWriteInChunks (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp545 bool ShouldWriteInChunks = false; in write_impl() local
550 bool ShouldWriteInChunks = !!::_isatty(FD) && !RunningWindows8OrGreater(); in write_impl() local
/aosp_15_r20/external/llvm/lib/Support/
H A Draw_ostream.cpp572 bool ShouldWriteInChunks = false; in write_impl() local
577 bool ShouldWriteInChunks = !!::_isatty(FD) && !RunningWindows8OrGreater(); in write_impl() local