HomeSort by relevance Sort by last modified time
    Searched refs:errs (Results 51 - 75 of 316) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/tools/bugpoint/
ToolRunner.cpp 70 errs() << "RUN:";
72 errs() << " " << Args[i];
73 errs() << "\n";
98 errs() << "RUN:";
100 errs() << " " << Args[i];
101 errs() << "\n";
127 errs() << OS.str();
148 errs() << "Error making unique filename: " << EC.message() << "\n";
225 DEBUG(errs() << "\nAbout to run:\t";
227 errs() << " " << LLIArgs[i]
    [all...]
BugDriver.cpp 94 Err.print("bugpoint", errs());
136 errs() << ToolName << ": error linking in '" << Filenames[i] << "': "
210 errs() << Error;
217 errs() << Error;
227 errs() << Error;
Miscompilation.cpp 72 errs() << " Error running this sequence of passes"
87 errs() << BD.getToolName() << ": I'm confused: the test fails when "
110 errs() << " Error running this sequence of passes"
134 errs() << BD.getToolName() << ": Error reading bitcode file '"
152 errs() << " Error running this sequence of passes"
227 errs() << BD.getToolName() << ": Error linking modules together:"
328 errs() << "Extracted a loop from the breaking portion of the program.\n";
352 errs() << " *** ERROR: Loop extraction broke the program. :("
354 errs() << " Continuing on with un-loop-extracted version.\n";
363 errs() << "Please submit the
    [all...]
  /external/clang/tools/diagtool/
TreeView.cpp 27 if (&out != &llvm::errs() && &out != &llvm::outs())
29 return llvm::errs().is_displayed() && llvm::outs().is_displayed();
90 llvm::errs() << "No such diagnostic group exists\n";
98 llvm::errs() << "No such diagnostic group exists\n";
143 llvm::errs() << "Usage: diagtool tree [--flags-only] [<diagnostic-group>]\n";
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 115 errs() << argv[0] << ": error loading file '" << InputFilenames[i]
122 errs() << argv[0] << ": error adding file '" << InputFilenames[i]
163 errs() << argv[0]
171 errs() << argv[0] << ": error opening the file '" << OutputFilename
182 errs() << argv[0]
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 126 mcld::errs() << argv[0]
133 mcld::errs() << argv[0]
140 mcld::errs() << argv[0]
146 mcld::errs() << argv[0]
152 mcld::errs() << argv[0]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 152 errs() << "SelectionDAG::viewGraph is only available in debug builds on "
169 errs() << "SelectionDAG::clearGraphAttrs is only available in debug builds"
181 errs() << "SelectionDAG::setGraphAttrs is only available in debug builds"
199 errs() << "SelectionDAG::getGraphAttrs is only available in debug builds"
211 errs() << "SelectionDAG::setGraphColor is only available in debug builds"
243 errs() << "SelectionDAG::setSubgraphColor is only available in debug builds"
265 errs() << "SelectionDAG::setSubgraphColor is only available in debug builds"
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 126 llvm::errs() << "Failed to load llvm module from file `" << input_bitcode
133 llvm::errs() << "Failed to merge the llvm module `" << input_bitcode
141 llvm::errs() << "Out of memory when create script for file `"
159 llvm::errs() << "Out of memory when create the compiler configuration!\n";
197 llvm::errs() << "Failed to configure the compiler! (detail: "
214 llvm::errs() << "Use " DEFAULT_OUTPUT_PATH " for output file!\n";
224 llvm::errs() << "Failed to determine the absolute path of `" << input_path
  /external/clang/lib/AST/
InheritViz.cpp 145 llvm::errs() << "Error: " << EC.message() << "\n";
149 llvm::errs() << "Writing '" << Filename << "'... ";
155 llvm::errs() << " done. \n";
StmtViz.cpp 25 llvm::errs() << "Stmt::viewAST is only available in debug builds on "
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 65 if (DEBUGME) errs() << "New instr: " << *i << "\n"
69 errs() << msg << "BB" << b->getNumber() << "size " << b->size(); \
70 errs() << "\n"; \
76 errs() << msg << "BB" << b->getNumber() << "size " << b->size(); \
77 b->print(errs()); \
78 errs() << "\n"; \
434 errs() << "AMDGPUCFGStructurizer::prepare\n";
444 // domTree->print(errs());
451 // postDomTree->print(errs());
458 errs() << "LoopInfo:\n"
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 65 if (DEBUGME) errs() << "New instr: " << *i << "\n"
69 errs() << msg << "BB" << b->getNumber() << "size " << b->size(); \
70 errs() << "\n"; \
76 errs() << msg << "BB" << b->getNumber() << "size " << b->size(); \
77 b->print(errs()); \
78 errs() << "\n"; \
434 errs() << "AMDGPUCFGStructurizer::prepare\n";
444 // domTree->print(errs());
451 // postDomTree->print(errs());
458 errs() << "LoopInfo:\n"
    [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsAction.cpp 44 llvm::errs() << "Unknown clang plugin argument: " << args[i] << "\n";
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 101 D->print(llvm::errs(), Policy);
181 llvm::errs() << "[config]\n";
183 llvm::errs() << Keys[I]->getKey() << " = " << Keys[I]->second << '\n';
185 llvm::errs() << "[stats]\n" << "num-entries = " << Keys.size() << '\n';
  /external/llvm/lib/IR/
LLVMContext.cpp 174 errs() << "error: " << MsgStorage << "\n";
177 errs() << "warning: " << MsgStorage << "\n";
180 errs() << "remark: " << MsgStorage << "\n";
183 errs() << "note: " << MsgStorage << "\n";
  /external/llvm/lib/Support/
PluginLoader.cpp 30 errs() << "Error opening '" << Filename << "': " << Error
RandomNumberGenerator.cpp 34 errs() << "Warning! Using unseeded random number generator.\n"
PrettyStackTrace.cpp 79 PrintCurStackTrace(errs());
96 errs() << TmpStr.str();
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 148 errs() << argv[0] << ": ";
150 errs() << ErrorMessage << "\n";
152 errs() << "bitcode didn't read correctly.\n";
178 errs() << ErrorInfo << '\n';
  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 130 DEBUG(errs() << "\n\nALL PATTERNS TO MATCH:\n\n";
133 errs() << "PATTERN: "; I->getSrcPattern()->dump();
134 errs() << "\nRESULT: "; I->getDstPattern()->dump();
135 errs() << "\n";
  /external/llvm/utils/fpcmp/
fpcmp.cpp 39 errs() << argv[0] << ": " << ErrorMsg << "\n";
  /frameworks/compile/mclinker/include/mcld/Support/
raw_ostream.h 63 /// errs() - This returns a reference to a raw_ostream for standard error.
64 /// Use it like: errs() << "foo" << "bar";
65 mcld::raw_fd_ostream &errs();
  /external/bison/src/
state.c 75 | Create a new array of NUM errs. |
78 errs *
82 errs *res = xmalloc (offsetof (errs, symbols) + symbols_size);
143 res->errs = NULL;
171 res->errs = NULL;
193 free (s->errs);
235 | Set the errs of S. |
241 aver (!s->errs);
242 s->errs = errs_new (num, tokens)
    [all...]
  /external/clang/tools/clang-format/
ClangFormat.cpp 129 llvm::errs() << "error: cannot use -lines with -offset/-length\n";
136 llvm::errs() << "error: invalid <start line>:<end line> pair\n";
140 llvm::errs() << "error: start line should be less than end line\n";
156 llvm::errs()
162 llvm::errs() << "error: offset " << Offsets[i]
171 llvm::errs() << "error: invalid length " << Lengths[i]
215 llvm::errs() << EC.message() << "\n";
313 llvm::errs() << "error: -offset, -length and -lines can only be used for "
  /external/javasqlite/src/main/java/SQLite/
Shell.java 45 public Shell(PrintStream ps, PrintStream errs) {
47 err = new PrintWriter(errs);

Completed in 1065 milliseconds

1 23 4 5 6 7 8 91011>>