/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | WithColor.h | 68 /// @param Bold Bold/brighter text, default false 73 bool Bold = false, bool BG = false, ColorMode Mode = ColorMode::Auto) 75 changeColor(Color, Bold, BG); in OS() 118 /// @param Bold Bold/brighter text, default false 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 { 185 raw_ostream::changeColor(Color, Bold, BG); 148 changeColor(enum Colors Color,bool Bold,bool BG) changeColor() argument
|
H A D | raw_ostream.h | 334 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/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 1665 void Bold() { in Bold() function in __anon44eed8fe0111::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 | JSONNodeDumper.cpp | 1735 case comments::InlineCommandRenderKind::Bold: in visitInlineCommandComment()
|
H A D | TextNodeDumper.cpp | 1005 case comments::InlineCommandRenderKind::Bold: in visitInlineCommandComment()
|
/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 | 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()
|
/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 | 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()
|
/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 | 153 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 | 285 case InlineCommandRenderKind::Bold: in visitInlineCommandComment() 634 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 | 22359 0900 [Packtalk Bold Bluetooth Motorcycle Intercom]
|
/freebsd/contrib/tzdata/ |
H A D | northamerica | 1611 # For more on Orillia, see: Daubs K. Bold attempt at daylight saving
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 20401 # Bold, dim, and standout are simulated by colors and thus not allowed 21988 # with: 0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse 21989 # and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off 22089 # with: 0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse 22090 # and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off
|