| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | WithColor.h | 73 bool Bold = false, bool BG = false, ColorMode Mode = ColorMode::Auto) 75 changeColor(Color, Bold, BG); in OS() 120 WithColor &changeColor(raw_ostream::Colors Color, bool Bold = false,
|
| H A D | FormattedStream.h | 182 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override { in changeColor() argument 185 raw_ostream::changeColor(Color, Bold, BG); in changeColor()
|
| H A D | raw_ostream.h | 334 virtual raw_ostream &changeColor(enum Colors Color, bool Bold = false,
|
| /src/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | RenderingSupport.h | 52 bool Bold = false, bool BG = false) { 54 OS.changeColor(Color, Bold, BG);
|
| /src/share/examples/printing/ |
| H A D | make-ps-header | 55 /Helvetica-Bold findfont 64 scalefont setfont 68 /Helvetica-Bold findfont 14 scalefont setfont
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 1665 void Bold() { in Bold() function in __anon3909d0d30111::TemplateDiff 1739 Bold(); in PrintTypeNames() 1744 Bold(); in PrintTypeNames() 1761 Bold(); in PrintExpr() 1766 Bold(); in PrintExpr() 1770 Bold(); in PrintExpr() 1804 Bold(); in PrintTemplateTemplate() 1809 Bold(); in PrintTemplateTemplate() 1813 Bold(); in PrintTemplateTemplate() 1857 Bold(); in PrintAPSInt() [all …]
|
| H A D | CommentSema.cpp | 1114 .Case("b", InlineCommandRenderKind::Bold) in getInlineCommandRenderKind()
|
| H A D | JSONNodeDumper.cpp | 1735 case comments::InlineCommandRenderKind::Bold: in visitInlineCommandComment()
|
| H A D | TextNodeDumper.cpp | 1005 case comments::InlineCommandRenderKind::Bold: in visitInlineCommandComment()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | MarkupFilter.cpp | 406 Bold = true; in trySGR() 408 OS.changeColor(raw_ostream::Colors::SAVEDCOLOR, Bold); in trySGR() 438 Bold); in highlight() 445 OS.changeColor(raw_ostream::Colors::GREEN, Bold); in highlightValue() 454 OS.changeColor(*Color, Bold); in restoreColor() 457 if (Bold) in restoreColor() 458 OS.changeColor(raw_ostream::Colors::SAVEDCOLOR, Bold); in restoreColor() 464 if (!Color && !Bold) in resetColor() 467 Bold = false; in resetColor()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTDumperUtils.h | 31 bool Bold; member 94 OS.changeColor(Color.Color, Color.Bold); in ColorScope()
|
| H A D | Comment.h | 328 Bold,
|
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 55 bool &Normal, bool Bold) { in applyTemplateHighlighting() argument 67 if (Bold) in applyTemplateHighlighting() 609 unsigned Column, bool Bold) { in printWordWrapped() argument 633 TextNormal, Bold); in printWordWrapped() 643 TextNormal, Bold); in printWordWrapped() 649 applyTemplateHighlighting(OS, Str.substr(Length), TextNormal, Bold); in printWordWrapped() 721 bool Bold = false; in printDiagnosticMessage() local 726 Bold = true; in printDiagnosticMessage() 730 printWordWrapped(OS, Message, Columns, CurrentColumn, Bold); in printDiagnosticMessage() 733 applyTemplateHighlighting(OS, Message, Normal, Bold); in printDiagnosticMessage()
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | WithColor.cpp | 143 WithColor &WithColor::changeColor(raw_ostream::Colors Color, bool Bold, in changeColor() argument 146 OS.changeColor(Color, Bold, BG); in changeColor()
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_report_decorator.h | 27 const char *Bold() const { return ansi_ ? "\033[1m" : ""; } in Bold() function
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | MarkupFilter.h | 153 bool Bold = false; variable
|
| /src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cpp | 364 Buffer.Append(Decor.Bold()); in ~Diag() 371 Decor.Bold()); in ~Diag()
|
| /src/contrib/llvm-project/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 285 case InlineCommandRenderKind::Bold: in visitInlineCommandComment() 634 case InlineCommandRenderKind::Bold: in visitInlineCommandComment()
|
| /src/contrib/tcsh/ |
| H A D | NewThings | 144 * Underline and Bold in the prompt; additions and changes to the prompt and
|
| /src/contrib/file/magic/Magdir/ |
| H A D | fonts | 35 # show font name in parentheses like: Frankfurt Lithos CharterBT-BoldItalic Courier10PitchBT-Bold 216 # font name like Big&Tall, Celtic #s, Courier, University Bold, WYE
|
| /src/share/misc/ |
| H A D | usb_hid_usages | 880 0x23E AC Bold
|
| H A D | usb_vendors | 22417 0900 [Packtalk Bold Bluetooth Motorcycle Intercom]
|
| /src/contrib/tzdata/ |
| H A D | northamerica | 1621 # For more on Orillia, see: Daubs K. Bold attempt at daylight saving
|
| /src/contrib/ncurses/misc/ |
| H A D | terminfo.src | 20823 # Bold, dim, and standout are simulated by colors and thus not allowed 22397 # with: 0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse 22398 # and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off 22496 # with: 0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse 22497 # and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off
|