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

  /external/llvm/include/llvm/Support/
FormattedStream.h 147 /// fouts() - This returns a reference to a formatted_raw_ostream for
148 /// standard output. Use it like: fouts() << "foo" << "bar";
149 formatted_raw_ostream &fouts();
  /external/llvm/lib/Support/
FormattedStream.cpp 88 /// fouts() - This returns a reference to a formatted_raw_ostream for
89 /// standard output. Use it like: fouts() << "foo" << "bar";
90 formatted_raw_ostream &llvm::fouts() { function in class:llvm
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FormattedStream.h 139 /// fouts() - This returns a reference to a formatted_raw_ostream for
140 /// standard output. Use it like: fouts() << "foo" << "bar";
141 formatted_raw_ostream &fouts();
  /external/swiftshader/third_party/LLVM/lib/Support/
FormattedStream.cpp 82 /// fouts() - This returns a reference to a formatted_raw_ostream for
83 /// standard output. Use it like: fouts() << "foo" << "bar";
84 formatted_raw_ostream &llvm::fouts() { function in class:llvm
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FormattedStream.h 147 /// fouts() - This returns a reference to a formatted_raw_ostream for
148 /// standard output. Use it like: fouts() << "foo" << "bar";
149 formatted_raw_ostream &fouts();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
FormattedStream.cpp 89 /// fouts() - This returns a reference to a formatted_raw_ostream for
90 /// standard output. Use it like: fouts() << "foo" << "bar";
91 formatted_raw_ostream &llvm::fouts() { function in class:llvm

Completed in 186 milliseconds