Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h56 enum class OStreamKind { enum
62 OStreamKind Kind;
122 OStreamKind K = OStreamKind::OK_OStream)
137 OStreamKind get_kind() const { return Kind; } in get_kind()
421 OStreamKind K = OStreamKind::OK_OStream)
505 OStreamKind K = OStreamKind::OK_OStream);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp620 OStreamKind K) in raw_fd_ostream()
912 true, false, OStreamKind::OK_FDStream) { in raw_fd_stream()
932 return OS->get_kind() == OStreamKind::OK_FDStream; in classof()