HomeSort by: relevance | last modified time | path
    Searched refs:Bold (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
RenderingSupport.h 52 bool Bold = false, bool BG = false) {
54 OS.changeColor(Color, Bold, BG);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_report_decorator.h 28 const char *Bold() const { return ansi_ ? "\033[1m" : ""; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_report_decorator.h 27 const char *Bold() const { return ansi_ ? "\033[1m" : ""; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
WithColor.h 67 /// change only the bold attribute, and keep colors untouched
68 /// @param Bold Bold/brighter text, default false
73 bool Bold = false, bool BG = false,
76 changeColor(Color, Bold, BG);
118 /// change only the bold attribute, and keep colors untouched
119 /// @param Bold Bold/brighter text, default false
121 WithColor &changeColor(raw_ostream::Colors Color, bool Bold = false,
FormattedStream.h 148 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
149 TheStream->changeColor(Color, Bold, BG);
raw_ostream.h 297 /// change only the bold attribute, and keep colors untouched
298 /// @param Bold bold/brighter text, default false
301 virtual raw_ostream &changeColor(enum Colors Color, bool Bold = false,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTDumperUtils.h 27 // Do not use bold yellow for any text. It is hard to read on white screens.
31 bool Bold;
36 // Bold Green - DeclKindNameColor, UndeserializedColor
39 // Bold Blue - AttrColor
40 // Bold Magenta - StmtColor
42 // Bold Cyan - ValueColor, DeclNameColor
94 OS.changeColor(Color.Color, Color.Bold);
  /src/external/gpl2/groff/dist/font/devps/generate/
Makefile 60 `$(AFMNAME) $(afmdir)/Times-Bold.afm` $(TEXTMAP) $@
76 `$(AFMNAME) $(afmdir)/Helvetica-Bold.afm` $(TEXTMAP) $@
92 `$(AFMNAME) $(afmdir)/Courier-Bold.afm` $(TEXTMAP) $@
108 `$(AFMNAME) $(afmdir)/Palatino-Bold.afm` $(TEXTMAP) $@
124 `$(AFMNAME) $(afmdir)/NewCenturySchlbk-Bold.afm` $(TEXTMAP) $@
172 `$(AFMNAME) $(afmdir)/Helvetica-Narrow-Bold.afm` $(TEXTMAP) $@
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTDiagnostic.cpp 520 /// IsBold - Keeps track of the bold formatting for the output string.
1606 /// Bold - Start bolding text.
1607 void Bold() {
1608 assert(!IsBold && "Attempting to bold text that is already bold.");
1616 assert(IsBold && "Attempting to remove bold from unbold text.");
1665 Bold();
1670 Bold();
1687 Bold();
1692 Bold();
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
WithColor.cpp 122 WithColor &WithColor::changeColor(raw_ostream::Colors Color, bool Bold,
125 OS.changeColor(Color, Bold, BG);
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 351 Buffer.append(Decor.Bold());
358 Decor.Bold());
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_diag.cpp 358 Buffer.append("%s", Decor.Bold());
365 Decor.Bold());
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
TextDiagnostic.cpp 40 // Used for changing only the bold attribute.
46 bool &Normal, bool Bold) {
58 if (Bold)
607 /// \param Bold if the current text should be bold
615 bool Bold = false,
643 TextNormal, Bold);
653 TextNormal, Bold);
659 applyTemplateHighlighting(OS, Str.substr(Length), TextNormal, Bold);
699 // Print diagnostic category in bold and colo
    [all...]

Completed in 149 milliseconds