| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | WithColor.cpp | 42 OS.changeColor(raw_ostream::YELLOW); in WithColor() 45 OS.changeColor(raw_ostream::GREEN); in WithColor() 48 OS.changeColor(raw_ostream::BLUE); in WithColor() 51 OS.changeColor(raw_ostream::CYAN); in WithColor() 54 OS.changeColor(raw_ostream::MAGENTA); in WithColor() 57 OS.changeColor(raw_ostream::RED); in WithColor() 60 OS.changeColor(raw_ostream::RED, true); in WithColor() 63 OS.changeColor(raw_ostream::MAGENTA, true); in WithColor() 66 OS.changeColor(raw_ostream::BLACK, true); in WithColor() 69 OS.changeColor(raw_ostream::BLUE, true); in WithColor() [all …]
|
| H A D | raw_ostream.cpp | 149 changeColor(C); in operator <<() 522 raw_ostream &raw_ostream::changeColor(enum Colors colors, bool bold, bool bg) { in changeColor() function in raw_ostream
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | LinePrinter.cpp | 304 OS.changeColor(raw_ostream::GREEN, false); in applyColor() 307 OS.changeColor(raw_ostream::YELLOW, /*bold=*/true); in applyColor() 310 OS.changeColor(raw_ostream::MAGENTA, true); in applyColor() 314 OS.changeColor(raw_ostream::YELLOW, false); in applyColor() 317 OS.changeColor(raw_ostream::CYAN, true); in applyColor() 320 OS.changeColor(raw_ostream::CYAN, false); in applyColor() 323 OS.changeColor(raw_ostream::CYAN, false); in applyColor() 327 OS.changeColor(raw_ostream::RED, true); in applyColor() 330 OS.changeColor(raw_ostream::GREEN, true); in applyColor()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | SchedulerStatistics.cpp | 113 OS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printSchedulerStats() 154 FOS.changeColor(raw_ostream::YELLOW, true, false); in printSchedulerUsage() 161 FOS.changeColor(raw_ostream::RED, true, false); in printSchedulerUsage()
|
| H A D | BottleneckAnalysis.cpp | 290 FOS.changeColor(raw_ostream::CYAN, true, false); in printInstruction() 361 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printCriticalSequence() 366 FOS.changeColor(raw_ostream::MAGENTA, true, false); in printCriticalSequence() 375 FOS.changeColor(raw_ostream::MAGENTA, true, false); in printCriticalSequence() 379 FOS.changeColor(raw_ostream::SAVEDCOLOR, true, false); in printCriticalSequence()
|
| H A D | TimelineView.cpp | 131 OS.changeColor(Color, /* bold */ true, /* BG */ false); in tryChangeColor()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormattedStream.h | 148 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override { in changeColor() function 149 TheStream->changeColor(Color, Bold, BG); in changeColor()
|
| H A D | WithColor.h | 76 changeColor(Color, Bold, BG); in OS() 121 WithColor &changeColor(raw_ostream::Colors Color, bool Bold = false,
|
| H A D | raw_ostream.h | 310 virtual raw_ostream &changeColor(enum Colors Color, bool Bold = false,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 55 OS.changeColor(templateColor, true); in applyTemplateHighlighting() 59 OS.changeColor(savedColor, true); in applyTemplateHighlighting() 703 case DiagnosticsEngine::Note: OS.changeColor(noteColor, true); break; in printDiagnosticLevel() 704 case DiagnosticsEngine::Remark: OS.changeColor(remarkColor, true); break; in printDiagnosticLevel() 705 case DiagnosticsEngine::Warning: OS.changeColor(warningColor, true); break; in printDiagnosticLevel() 706 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break; in printDiagnosticLevel() 707 case DiagnosticsEngine::Fatal: OS.changeColor(fatalColor, true); break; in printDiagnosticLevel() 735 OS.changeColor(savedColor, true); in printDiagnosticMessage() 815 OS.changeColor(savedColor, true); in emitDiagnosticLoc() 1254 OS.changeColor(caretColor, true); in emitSnippetAndCaret() [all …]
|
| H A D | ASTConsumers.cpp | 59 Out.changeColor(raw_ostream::BLUE); in TraverseDecl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | RenderingSupport.h | 54 OS.changeColor(Color, Bold, BG);
|
| H A D | llvm-cov.cpp | 88 errs().changeColor(raw_ostream::RED); in main()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTDumperUtils.h | 94 OS.changeColor(Color.Color, Color.Bold); in ColorScope()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 5629 OS.changeColor(raw_ostream::YELLOW, true); in print_block() 5704 OS.changeColor(raw_ostream::GREEN); in print_block() 5724 OS.changeColor(Color); in print_block() 5732 OS.changeColor(Color); in print_block() 5761 OS.changeColor(Color); in print_block() 5769 OS.changeColor(Color); in print_block()
|