/netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/ |
H A D | TreeView.cpp | 24 using Colors = llvm::raw_ostream::Colors; typedef in TreePrinter 68 out << Colors::RED; in printGroup() 70 out << Colors::GREEN; in printGroup() 72 out << Colors::YELLOW; in printGroup() 74 out << "-W" << Group.getName() << "\n" << Colors::RESET; in printGroup() 84 out << Colors::GREEN; in printGroup() 86 out << DR.getName() << Colors::RESET << "\n"; in printGroup() 132 out << '\n' << Colors::GREEN << "GREEN" << Colors::RESET in showKey() 134 out << '\n' << Colors::RED << "RED" << Colors::RESET in showKey()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 94 enum class Colors { enum 107 static constexpr Colors BLACK = Colors::BLACK; 108 static constexpr Colors RED = Colors::RED; 109 static constexpr Colors GREEN = Colors::GREEN; 110 static constexpr Colors YELLOW = Colors::YELLOW; 111 static constexpr Colors BLUE = Colors::BLUE; 112 static constexpr Colors MAGENTA = Colors::MAGENTA; 113 static constexpr Colors CYAN = Colors::CYAN; 114 static constexpr Colors WHITE = Colors::WHITE; 115 static constexpr Colors SAVEDCOLOR = Colors::SAVEDCOLOR; [all …]
|
H A D | WithColor.h | 72 raw_ostream::Colors Color = raw_ostream::SAVEDCOLOR, 121 WithColor &changeColor(raw_ostream::Colors Color, bool Bold = false,
|
H A D | FormattedStream.h | 148 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override { in changeColor()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CoverageViewOptions.h | 29 bool Colors; member 56 raw_ostream::Colors Color) const { in colored_ostream() 57 return llvm::colored_ostream(OS, Color, Colors); in colored_ostream()
|
H A D | SourceCoverageViewText.cpp | 105 Optional<raw_ostream::Colors> Highlight; in renderLine() 118 getOptions().Colors && Highlight, /*Bold=*/false, in renderLine() 135 getOptions().Colors && Highlight, /*Bold=*/false, /*BG=*/true) in renderLine() 157 Line.hasMultipleRegions() && getOptions().Colors) in renderLineCoverageColumn() 251 getOptions().Colors && !R.ExecutionCount, in renderBranchView() 261 getOptions().Colors && !R.FalseExecutionCount, in renderBranchView()
|
H A D | RenderingSupport.h | 50 raw_ostream::Colors Color,
|
H A D | SourceCoverageView.cpp | 237 getOptions().Colors) in print()
|
H A D | CodeCoverage.cpp | 769 ViewOpts.Colors = UseColor == cl::BOU_UNSET in run() 776 ViewOpts.Colors = true; in run() 781 ViewOpts.Colors = false; in run()
|
H A D | CoverageReport.cpp | 114 raw_ostream::Colors determineCoveragePercentageColor(const T &Info) { in determineCoveragePercentageColor()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | raw_ostream.cpp | 66 constexpr raw_ostream::Colors raw_ostream::BLACK; 67 constexpr raw_ostream::Colors raw_ostream::RED; 68 constexpr raw_ostream::Colors raw_ostream::GREEN; 69 constexpr raw_ostream::Colors raw_ostream::YELLOW; 70 constexpr raw_ostream::Colors raw_ostream::BLUE; 71 constexpr raw_ostream::Colors raw_ostream::MAGENTA; 72 constexpr raw_ostream::Colors raw_ostream::CYAN; 73 constexpr raw_ostream::Colors raw_ostream::WHITE; 74 constexpr raw_ostream::Colors raw_ostream::SAVEDCOLOR; 75 constexpr raw_ostream::Colors raw_ostream::RESET; [all …]
|
H A D | GraphWriter.cpp | 72 static const char* Colors[NumColors] = { in getColorString() local 76 return Colors[ColorNumber % NumColors]; in getColorString()
|
H A D | WithColor.cpp | 122 WithColor &WithColor::changeColor(raw_ostream::Colors Color, bool Bold, in changeColor()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | EHPersonalities.cpp | 114 ColorVector &Colors = BlockColors[Visiting]; in colorEHFunclets() local 115 if (!is_contained(Colors, Color)) in colorEHFunclets() 116 Colors.push_back(Color); in colorEHFunclets()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 26 static const enum raw_ostream::Colors noteColor = 28 static const enum raw_ostream::Colors remarkColor = 30 static const enum raw_ostream::Colors fixitColor = 32 static const enum raw_ostream::Colors caretColor = 34 static const enum raw_ostream::Colors warningColor = 36 static const enum raw_ostream::Colors templateColor = 38 static const enum raw_ostream::Colors errorColor = raw_ostream::RED; 39 static const enum raw_ostream::Colors fatalColor = raw_ostream::RED; 41 static const enum raw_ostream::Colors savedColor =
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
H A D | CmpRuns.py | 54 class Colors: class 522 report = Colors.GREEN + report + Colors.CLEAR 524 report = Colors.RED + report + Colors.CLEAR
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 110 Colors.clear(); in Coloring() 114 return Colors; in colors() 127 MapType Colors; member 139 auto F = Colors.find(N); in getColor() 140 return F != Colors.end() ? F->second : ColorKind::None; in getColor() 204 if (Colors.count(N)) in color() 210 Colors[N] = other(P.second); in color() 216 if (!Needed.count(conj(N)) || Colors.count(N)) in color() 221 Colors[N] = other(P.second); in color() 229 if (!Colors.count(N)) in color() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTDumperUtils.h | 30 llvm::raw_ostream::Colors Color;
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
H A D | TimelineView.cpp | 109 static raw_ostream::Colors chooseColor(unsigned CumulativeCycles, in chooseColor() 126 raw_ostream::Colors Color = chooseColor(Cycles, Executions, BufferSize); in tryChangeColor()
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | asf | 49 #>>>121 lelong x \b, Colors Used Count %d 50 #>>>125 lelong x \b, Important Colors Count %d
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/ |
H A D | FileCheck.cpp | 189 raw_ostream::Colors Color; 195 MarkerStyle(char Lead, raw_ostream::Colors Color, in MarkerStyle()
|
/netbsd-src/external/gpl2/groff/dist/doc/ |
H A D | groff-3 | 326 * background color name register (.M): Colors. (line 100) 475 * color name, background, register (.M): Colors. (line 100) 476 * color name, drawing, register (.m): Colors. (line 70) 477 * color name, fill, register (.M): Colors. (line 100) 478 * color, default: Colors. (line 25) 479 * colors: Colors. (line 6) 567 * default color: Colors. (line 25) 658 * drawing color name register (.m): Colors. (line 70) 751 * f unit, and colors: Colors. (line 35) 778 * fill color name register (.M): Colors. (line 100) [all …]
|
H A D | groff | 208 Node: Colors327413
|
H A D | groff-2 | 183 `DESC' file). Use `\M' (*note Colors::) or `\D'Fg ...'' 235 Colors::); the command `\D'Fd'' doesn't take an argument. 888 File: groff, Node: Suppressing output, Next: Colors, Prev: Environments, Up: gtroff Reference 943 File: groff, Node: Colors, Next: I/O, Prev: Suppressing output, Up: gtroff Reference 945 5.28 Colors 960 Colors can be also turned off with the `-c' command line option. 1051 File: groff, Node: I/O, Next: Postprocessor Access, Prev: Colors, Up: gtroff Reference 3938 * color: Colors. (line 7) 3948 * defcolor: Colors. (line 21) 3973 * fcolor: Colors. (line 85) [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 707 ColorVector &Colors = BlockColors[&BB]; in colorFunclets() local 708 for (BasicBlock *Color : Colors) in colorFunclets()
|