Searched refs:Colors (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h27 bool Colors; member in struct:llvm::CoverageViewOptions
49 raw_ostream::Colors Color) const {
50 return llvm::colored_ostream(OS, Color, Colors);
H A DRenderingSupport.h50 raw_ostream::Colors Color,
H A DSourceCoverageViewText.cpp104 Optional<raw_ostream::Colors> Highlight;
117 getOptions().Colors && Highlight, /*Bold=*/false,
134 getOptions().Colors && Highlight, /*Bold=*/false, /*BG=*/true)
156 Line.hasMultipleRegions() && getOptions().Colors)
H A DSourceCoverageView.cpp227 getOptions().Colors)
H A DCodeCoverage.cpp671 ViewOpts.Colors = UseColor == cl::BOU_UNSET
678 ViewOpts.Colors = true;
683 ViewOpts.Colors = false;
H A DCoverageReport.cpp114 raw_ostream::Colors determineCoveragePercentageColor(const T &Info) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h76 enum class Colors { class in class:llvm::raw_ostream
89 static const Colors BLACK = Colors::BLACK;
90 static const Colors RED = Colors::RED;
91 static const Colors GREEN = Colors::GREEN;
92 static const Colors YELLOW = Colors::YELLOW;
93 static const Colors BLU
[all...]
H A DWithColor.h57 raw_ostream::Colors Color = raw_ostream::SAVEDCOLOR,
105 WithColor &changeColor(raw_ostream::Colors Color, bool Bold = false,
H A DFormattedStream.h124 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp172 lld::errs() << sep << getLocation(msg) << ": " << Colors::MAGENTA
173 << "warning: " << Colors::RESET << msg << "\n";
197 lld::errs() << sep << getLocation(msg) << ": " << Colors::RED
198 << "error: " << Colors::RESET << msg << "\n";
200 lld::errs() << sep << getLocation(msg) << ": " << Colors::RED
201 << "error: " << Colors::RESET << errorLimitExceededMsg << "\n";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DEHPersonalities.cpp110 ColorVector &Colors = BlockColors[Visiting]; local
111 if (!is_contained(Colors, Color))
112 Colors.push_back(Color);
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h112 using Colors = raw_ostream::Colors;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumperUtils.h26 // Colors used for various parts of the AST dump
30 llvm::raw_ostream::Colors Color;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp68 const raw_ostream::Colors raw_ostream::BLACK;
69 const raw_ostream::Colors raw_ostream::RED;
70 const raw_ostream::Colors raw_ostream::GREEN;
71 const raw_ostream::Colors raw_ostream::YELLOW;
72 const raw_ostream::Colors raw_ostream::BLUE;
73 const raw_ostream::Colors raw_ostream::MAGENTA;
74 const raw_ostream::Colors raw_ostream::CYAN;
75 const raw_ostream::Colors raw_ostream::WHITE;
76 const raw_ostream::Colors raw_ostream::SAVEDCOLOR;
77 const raw_ostream::Colors raw_ostrea
[all...]
H A DWithColor.cpp107 WithColor &WithColor::changeColor(raw_ostream::Colors Color, bool Bold,
H A DGraphWriter.cpp72 static const char* Colors[NumColors] = { local
76 return Colors[ColorNumber % NumColors];
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp26 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 =
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp110 Colors.clear();
114 return Colors;
127 MapType Colors; member in struct:__anon2255::Coloring
139 auto F = Colors.find(N);
140 return F != Colors.end() ? F->second : ColorKind::None;
204 if (Colors.count(N))
210 Colors[N] = other(P.second);
216 if (!Needed.count(conj(N)) || Colors.count(N))
221 Colors[N] = other(P.second);
229 if (!Colors
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp107 static raw_ostream::Colors chooseColor(unsigned CumulativeCycles,
124 raw_ostream::Colors Color = chooseColor(Cycles, Executions, BufferSize);
/freebsd-11-stable/bin/ls/
H A Dprint.c84 typedef enum Colors { enum
99 } Colors; typedef in typeref:enum:Colors
613 printcolor(Colors c)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp685 ColorVector &Colors = BlockColors[&BB]; local
686 for (BasicBlock *Color : Colors)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5690 const raw_ostream::Colors Color = raw_ostream::BLUE;
5727 const raw_ostream::Colors Color = raw_ostream::MAGENTA;

Completed in 238 milliseconds