OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_Excl
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
raw_ostream.h
327
///
F_Excl
- When opening a file, this flag makes raw_fd_ostream
329
F_Excl
= 1,
333
/// with
F_Excl
.
/external/llvm/lib/Support/
raw_ostream.cpp
424
assert((!(Flags &
F_Excl
) || !(Flags & F_Append)) &&
453
if (Flags &
F_Excl
)
Completed in 660 milliseconds