Home
last modified time | relevance | path

Searched defs:Magenta (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.h39 const char *Magenta() const { return ansi_ ? "\033[1m\033[35m" : ""; } in Magenta() function