Home
last modified time | relevance | path

Searched refs:UseColor (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DSyntaxHighlighting.cpp17 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/
DWithColor.cpp18 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/
DLinePrinter.h37 LinePrinter(int Indent, bool UseColor, raw_ostream &Stream);
65 bool hasColor() const { return UseColor; } in hasColor()
85 bool UseColor; variable
165 bool UseColor; variable
DLinePrinter.cpp54 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()
Dllvm-pdbutil.cpp938 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/
DYAMLBench.cpp57 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/
DYAMLBench.cpp57 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/
DCodeCoverage.cpp362 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/
Dscan-build34 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/
DCodeCoverage.cpp631 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()