Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Support/
H A Draw_ostream_test.cpp395 raw_fd_ostream TiedStream(FD, /*ShouldClose=*/false); TEST() local
478 raw_fd_ostream TiedStream(FDTiedStream, /*ShouldClose=*/false); TEST() local
[all...]
/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h469 raw_ostream *TiedStream = nullptr; variable