OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:raw_fd_stream
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h
586
class
raw_fd_stream
: public raw_fd_ostream {
class in namespace:llvm
591
raw_fd_stream
(StringRef Filename, std::error_code &EC);
604
/// Check if \p OS is a pointer of type
raw_fd_stream
*.
/src/external/apache2/llvm/dist/llvm/lib/Support/
raw_ostream.cpp
908
raw_fd_stream
::
raw_fd_stream
(StringRef Filename, std::error_code &EC)
function in class:raw_fd_stream
921
ssize_t
raw_fd_stream
::read(char *Ptr, size_t Size) {
931
bool
raw_fd_stream
::classof(const raw_ostream *OS) {
Completed in 49 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026