Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h55 enum class OStreamKind { enum
61 OStreamKind Kind;
121 OStreamKind K = OStreamKind::OK_OStream)
136 OStreamKind get_kind() const { return Kind; } in get_kind()
434 OStreamKind K = OStreamKind::OK_OStream)
519 OStreamKind K = OStreamKind::OK_OStream);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp626 OStreamKind K) in raw_fd_ostream()
932 true, false, OStreamKind::OK_FDStream) { in raw_fd_stream()
941 : raw_fd_ostream(fd, shouldClose, false, OStreamKind::OK_FDStream) {} in raw_fd_stream()
954 return OS->get_kind() == OStreamKind::OK_FDStream; in classof()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp280 if (OutputFile->get_kind() == raw_ostream::OStreamKind::OK_FDStream) { in EndOfMainFile()