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

  /external/llvm/lib/Support/
SystemUtils.cpp 21 if (stream_to_check.is_displayed()) {
raw_ostream.cpp 702 bool raw_fd_ostream::is_displayed() const { function in class:raw_fd_ostream
  /frameworks/compile/mclinker/lib/Support/
raw_ostream.cpp 65 if (!is_displayed())
71 if (!is_displayed())
77 if (!is_displayed())
82 bool raw_fd_ostream::is_displayed() const { function in class:mcld::raw_fd_ostream
86 return llvm::raw_fd_ostream::is_displayed();
  /external/llvm/include/llvm/Support/
FormattedStream.h 130 bool is_displayed() const override {
131 return TheStream->is_displayed();
raw_ostream.h 253 virtual bool is_displayed() const { return false; } function in class:llvm::raw_ostream
256 virtual bool has_colors() const { return is_displayed(); }
409 bool is_displayed() const override;
  /frameworks/compile/mclinker/include/mcld/Support/
raw_ostream.h 50 bool is_displayed() const;
  /external/clang/tools/diagtool/
TreeView.cpp 29 return llvm::errs().is_displayed() && llvm::outs().is_displayed();

Completed in 777 milliseconds