Searched refs:UseColor (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | SyntaxHighlighting.cpp | 17 UseColor("color", variable 23 if (UseColor == cl::BOU_UNSET ? OS.has_colors() : UseColor == cl::BOU_TRUE) { in WithColor() 36 if (UseColor == cl::BOU_UNSET ? OS.has_colors() : UseColor == cl::BOU_TRUE) in ~WithColor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | WithColor.cpp | 18 UseColor("color", cl::cat(ColorCategory), 23 if (UseColor == cl::BOU_UNSET) in colorsEnabled() 25 return UseColor == cl::BOU_TRUE; in colorsEnabled()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | LinePrinter.h | 37 LinePrinter(int Indent, bool UseColor, raw_ostream &Stream); 65 bool hasColor() const { return UseColor; } in hasColor() 85 bool UseColor; variable 165 bool UseColor; variable
|
D | LinePrinter.cpp | 54 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream) in LinePrinter() argument 55 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0), UseColor(UseColor) { in LinePrinter() 290 : OS(P.OS), UseColor(P.hasColor()) { in WithColor() 291 if (UseColor) in WithColor() 296 if (UseColor) in ~WithColor()
|
D | llvm-pdbutil.cpp | 938 const bool UseColor = opts::pretty::ColorOutput == cl::BOU_UNSET in dumpPretty() local 941 LinePrinter Printer(2, UseColor, Stream); in dumpPretty()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/yaml-bench/ |
D | YAMLBench.cpp | 57 UseColor("use-color", cl::desc("Emit colored output (default=autodetect)"), variable 199 bool ShowColors = UseColor == cl::BOU_UNSET in main() 201 : UseColor == cl::BOU_TRUE; in main()
|
/external/llvm/utils/yaml-bench/ |
D | YAMLBench.cpp | 57 UseColor("use-color", cl::desc("Emit colored output (default=autodetect)"), variable 197 bool ShowColors = UseColor == cl::BOU_UNSET in main() 199 : UseColor == cl::BOU_TRUE; in main()
|
/external/llvm/tools/llvm-cov/ |
D | CodeCoverage.cpp | 362 cl::opt<cl::boolOrDefault> UseColor( in run() local 374 ViewOpts.Colors = UseColor == cl::BOU_UNSET in run() 376 : UseColor == cl::BOU_TRUE; in run() 379 if (UseColor == cl::BOU_FALSE) in run()
|
/external/clang/tools/scan-build/bin/ |
D | scan-build | 34 my $UseColor = (defined $TERM and $TERM =~ 'xterm-.*color' and -t STDOUT 82 if ($UseColor) { 92 if ($UseColor) { 110 if ($UseColor) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | CodeCoverage.cpp | 631 cl::opt<cl::boolOrDefault> UseColor( in run() local 673 ViewOpts.Colors = UseColor == cl::BOU_UNSET in run() 675 : UseColor == cl::BOU_TRUE; in run() 678 if (UseColor == cl::BOU_FALSE) in run()
|