HomeSort by relevance Sort by last modified time
    Searched refs:ferrs (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Support/
FormattedStream.h 151 /// ferrs() - This returns a reference to a formatted_raw_ostream for
152 /// standard error. Use it like: ferrs() << "foo" << "bar";
153 formatted_raw_ostream &ferrs();
  /external/llvm/lib/Support/
FormattedStream.cpp 95 /// ferrs() - This returns a reference to a formatted_raw_ostream for
96 /// standard error. Use it like: ferrs() << "foo" << "bar";
97 formatted_raw_ostream &llvm::ferrs() { function in class:llvm
  /external/swiftshader/third_party/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/swiftshader/third_party/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
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FormattedStream.h 151 /// ferrs() - This returns a reference to a formatted_raw_ostream for
152 /// standard error. Use it like: ferrs() << "foo" << "bar";
153 formatted_raw_ostream &ferrs();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
FormattedStream.cpp 96 /// ferrs() - This returns a reference to a formatted_raw_ostream for
97 /// standard error. Use it like: ferrs() << "foo" << "bar";
98 formatted_raw_ostream &llvm::ferrs() { function in class:llvm

Completed in 202 milliseconds