Home
last modified time | relevance | path

Searched defs:Cyan (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGenObjC/
H A Dencode-test-4.m4 typedef enum { Cyan, Magenta, Yellow, Key } PrintColor; enum
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h40 const char *Cyan() const { return ansi_ ? "\033[1m\033[36m" : ""; } in Cyan() function