OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ferrs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
FormattedStream.h
143
///
ferrs
() - This returns a reference to a formatted_raw_ostream for
144
/// standard error. Use it like:
ferrs
() << "foo" << "bar";
145
formatted_raw_ostream &
ferrs
();
/external/llvm/lib/Support/
FormattedStream.cpp
89
///
ferrs
() - This returns a reference to a formatted_raw_ostream for
90
/// standard error. Use it like:
ferrs
() << "foo" << "bar";
91
formatted_raw_ostream &llvm::
ferrs
() {
function in class:llvm
Completed in 1044 milliseconds