HomeSort by: relevance | last modified time | path
    Searched refs:CYAN (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTDumperUtils.h 41 // Cyan - ValueKindColor, ObjectKindColor
42 // Bold Cyan - ValueColor, DeclNameColor
62 static const TerminalColor ValueKindColor = {llvm::raw_ostream::CYAN, false};
64 static const TerminalColor ObjectKindColor = {llvm::raw_ostream::CYAN, false};
79 static const TerminalColor ValueColor = {llvm::raw_ostream::CYAN, true};
81 static const TerminalColor DeclNameColor = {llvm::raw_ostream::CYAN, true};
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
SourceCoverageViewText.cpp 43 Opts.colored_ostream(OSRef, raw_ostream::CYAN) << "\n"
73 getOptions().colored_ostream(OS, raw_ostream::CYAN) << getSourceName()
128 Highlight = raw_ostream::CYAN;
288 getOptions().colored_ostream(OS, raw_ostream::CYAN)
291 getOptions().colored_ostream(OS, raw_ostream::CYAN) << Title << "\n";
294 getOptions().colored_ostream(OS, raw_ostream::CYAN)
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-style.c 54 "cyan",
78 cli_style_option variable_name_style ("variable", ui_file_style::CYAN);
98 cli_style_option tui_border_style ("tui-border", ui_file_style::CYAN);
103 ui_file_style::CYAN);
  /src/external/gpl3/gdb.old/dist/gdb/
ui-style.h 36 CYAN,
  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 214 return MarkerStyle('!', raw_ostream::CYAN,
314 WithColor(OS, raw_ostream::CYAN, true, false) << "discarded match";
316 WithColor(OS, raw_ostream::CYAN, true, true) << "unmatched input";
669 COS.changeColor(raw_ostream::CYAN, true, true);
682 COS.changeColor(raw_ostream::CYAN, true, true);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h 101 CYAN,
113 static constexpr Colors CYAN = Colors::CYAN;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
LinePrinter.cpp 317 OS.changeColor(raw_ostream::CYAN, true);
320 OS.changeColor(raw_ostream::CYAN, false);
323 OS.changeColor(raw_ostream::CYAN, false);
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-style.c 144 cli_style_option variable_name_style ("variable", ui_file_style::CYAN);
164 cli_style_option tui_border_style ("tui-border", ui_file_style::CYAN);
169 ui_file_style::CYAN);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
WithColor.cpp 37 OS.changeColor(raw_ostream::CYAN);
raw_ostream.cpp 72 constexpr raw_ostream::Colors raw_ostream::CYAN;
  /src/external/gpl3/gcc/dist/gcc/text-art/
style.cc 450 ASSERT_NAMED_COL_STREQ (style::named_color::CYAN, fg, bright,
471 ASSERT_NAMED_COL_STREQ (style::named_color::CYAN, fg, bright,
496 ASSERT_NAMED_COL_STREQ (style::named_color::CYAN, fg, bright,
517 ASSERT_NAMED_COL_STREQ (style::named_color::CYAN, fg, bright,
styled-string.cc 215 set_style_fg_color (style::named_color::CYAN);
291 set_style_bg_color (style::named_color::CYAN);
323 set_style_fg_color (style::color (style::named_color::CYAN,
357 set_style_bg_color (style::color (style::named_color::CYAN,
types.h 237 CYAN,
  /src/external/gpl3/gdb/dist/gdb/
ui-style.h 68 CYAN,
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ProgressBar.py 75 BLACK = BLUE = GREEN = CYAN = RED = MAGENTA = YELLOW = WHITE = ''
86 _COLORS = """BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE""".split()
87 _ANSICOLORS = "BLACK RED GREEN YELLOW BLUE MAGENTA CYAN WHITE".split()
222 HEADER = '${BOLD}${CYAN}%s${NORMAL}\n\n'
  /src/external/bsd/less/dist/
output.c 120 BLUE, MAGENTA, CYAN, LIGHTGRAY
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
BottleneckAnalysis.cpp 291 FOS.changeColor(raw_ostream::CYAN, true, false);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
SourcePrinter.cpp 283 WithColor ExprColor(OS, raw_ostream::CYAN);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
TextDiagnostic.cpp 37 raw_ostream::CYAN;

Completed in 83 milliseconds