Lines Matching refs:os

54   unsigned ProcessMacroPiece(raw_ostream &os,
172 llvm::raw_string_ostream os(s);
174 os << "<!-- REPORTHEADER -->\n"
192 os << "<tr><td></td><td>" << html::EscapeText(*I) << "</td></tr>\n";
195 os << "</table>\n<!-- REPORTSUMMARYEXTRA -->\n"
198 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
204 llvm::raw_string_ostream os(s);
208 os << "\n<!-- BUGDESC " << BugDesc << " -->\n";
212 os << "\n<!-- BUGTYPE " << BugType << " -->\n";
216 os << "\n<!-- BUGCATEGORY " << BugCategory << " -->\n";
218 os << "\n<!-- BUGFILE " << DirName << Entry->getName() << " -->\n";
220 os << "\n<!-- BUGLINE "
224 os << "\n<!-- BUGCOLUMN "
228 os << "\n<!-- BUGPATHLENGTH " << path.size() << " -->\n";
231 os << "\n<!-- BUGMETAEND -->\n";
234 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
261 llvm::raw_fd_ostream os(FD, true);
269 os << *I;
323 llvm::raw_string_ostream os(sbuf);
325 os << "\n<tr><td class=\"num\"></td><td class=\"line\"><div id=\"";
328 os << "EndPath";
330 os << "Path" << num;
332 os << "\" class=\"msg";
334 os << " msg" << Kind;
335 os << "\" style=\"margin-left:" << PosNo << "ex";
382 os << "; max-width:" << em << "em";
385 os << "; max-width:100em";
387 os << "\">";
390 os << "<table class=\"msgT\"><tr><td valign=\"top\">";
391 os << "<div class=\"PathIndex";
392 if (Kind) os << " PathIndex" << Kind;
393 os << "\">" << num << "</div>";
396 os << "</td><td><div class=\"PathNav\"><a href=\"#Path"
403 os << "</td><td>";
409 os << "Within the expansion of the macro '";
424 os << MacroName[i];
427 os << "':\n";
430 os << "</td>";
432 os << "<td><div class=\"PathNav\"><a href=\"#";
434 os << "EndPath";
436 os << "Path" << (num + 1);
437 os << "\" title=\"Next event ("
442 os << "</tr></table>";
446 ProcessMacroPiece(os, *MP, 0);
449 os << html::EscapeText(P.getString());
452 os << "</td>";
454 os << "<td><div class=\"PathNav\"><a href=\"#";
456 os << "EndPath";
458 os << "Path" << (num + 1);
459 os << "\" title=\"Next event ("
464 os << "</tr></table>";
468 os << "</div></td></tr>";
475 R.InsertTextBefore(Loc, os.str());
485 static void EmitAlphaCounter(raw_ostream &os, unsigned n) {
490 EmitAlphaCounter(os, n);
492 os << char('a' + x);
495 unsigned HTMLDiagnostics::ProcessMacroPiece(raw_ostream &os,
504 num = ProcessMacroPiece(os, *MP, num);
509 os << "<div class=\"msg msgEvent\" style=\"width:94%; "
513 EmitAlphaCounter(os, num++);
514 os << "</div></td><td valign=\"top\">"