| /freebsd/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 LLVM_ABI WithColor &changeColor(raw_ostream::Colors Color, bool Bold = false,
|
| H A D | FormattedStream.h | 183 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override { in changeColor() argument 186 raw_ostream::changeColor(Color, Bold, BG); in changeColor()
|
| H A D | raw_ostream.h | 335 virtual raw_ostream &changeColor(enum Colors Color, bool Bold = false,
|
| /freebsd/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);
|
| /freebsd/share/examples/printing/ |
| H A D | make-ps-header | 55 /Helvetica-Bold findfont 64 scalefont setfont 68 /Helvetica-Bold findfont 14 scalefont setfont
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | MarkupFilter.cpp | 403 Bold = true; in trySGR() 405 OS.changeColor(raw_ostream::Colors::SAVEDCOLOR, Bold); in trySGR() 435 Bold); in highlight() 442 OS.changeColor(raw_ostream::Colors::GREEN, Bold); in highlightValue() 451 OS.changeColor(*Color, Bold); in restoreColor() 454 if (Bold) in restoreColor() 455 OS.changeColor(raw_ostream::Colors::SAVEDCOLOR, Bold); in restoreColor() 461 if (!Color && !Bold) in resetColor() 464 Bold = false; in resetColor()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 1704 void Bold() { in Bold() function in __anon44eed8fe0111::TemplateDiff 1778 Bold(); in PrintTypeNames() 1783 Bold(); in PrintTypeNames() 1800 Bold(); in PrintExpr() 1805 Bold(); in PrintExpr() 1809 Bold(); in PrintExpr() 1843 Bold(); in PrintTemplateTemplate() 1848 Bold(); in PrintTemplateTemplate() 1852 Bold(); in PrintTemplateTemplate() 1896 Bold(); in PrintAPSInt() [all …]
|
| H A D | CommentSema.cpp | 1070 .Case("b", InlineCommandRenderKind::Bold) in getInlineCommandRenderKind()
|
| H A D | JSONNodeDumper.cpp | 1755 case comments::InlineCommandRenderKind::Bold: in visitInlineCommandComment()
|
| H A D | TextNodeDumper.cpp | 1136 case comments::InlineCommandRenderKind::Bold: in visitInlineCommandComment()
|
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 53 bool &Normal, bool Bold) { in applyTemplateHighlighting() argument 65 if (Bold) in applyTemplateHighlighting() 607 unsigned Column, bool Bold) { in printWordWrapped() argument 631 TextNormal, Bold); in printWordWrapped() 641 TextNormal, Bold); in printWordWrapped() 647 applyTemplateHighlighting(OS, Str.substr(Length), TextNormal, Bold); in printWordWrapped() 719 bool Bold = false; in printDiagnosticMessage() local 724 Bold = true; in printDiagnosticMessage() 728 printWordWrapped(OS, Message, Columns, CurrentColumn, Bold); in printDiagnosticMessage() 731 applyTemplateHighlighting(OS, Message, Normal, Bold); in printDiagnosticMessage()
|
| /freebsd/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()
|
| /freebsd/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
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | MarkupFilter.h | 154 bool Bold = false; variable
|
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 284 case InlineCommandRenderKind::Bold: in visitInlineCommandComment() 633 case InlineCommandRenderKind::Bold: in visitInlineCommandComment()
|
| /freebsd/contrib/tcsh/ |
| H A D | NewThings | 144 * Underline and Bold in the prompt; additions and changes to the prompt and
|
| /freebsd/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
|
| /freebsd/share/misc/ |
| H A D | usb_hid_usages | 880 0x23E AC Bold
|
| H A D | usb_vendors | 22417 0900 [Packtalk Bold Bluetooth Motorcycle Intercom]
|
| /freebsd/contrib/tzdata/ |
| H A D | northamerica | 1630 # For more on Orillia, see: Daubs K. Bold attempt at daylight saving
|
| /freebsd/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
|