Home
last modified time | relevance | path

Searched defs:GREEN (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DVariablesTest.cpp6 GREEN, enumerator
H A DSimpleTypesTest.cpp19 enum Enum { RED, GREEN, BLUE }; enumerator
H A DClassLayoutTest.cpp5 enum Enum { RED, GREEN, BLUE }; enumerator
/llvm-project/libc/benchmarks/gpu/
H A DLibcGpuBenchmark.cpp61 constexpr auto GREEN = "\033[32m"; run_benchmarks() local
/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h96 GREEN, enumerator
116 static constexpr Colors GREEN = Colors::GREEN; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmacro-to-enum.cpp56 #define GREEN 0x00FF00 macro
/llvm-project/clang/utils/analyzer/
H A DCmpRuns.py72 GREEN = "\x1b[6;30;42m" variable in Colors
/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp68 constexpr raw_ostream::Colors raw_ostream::GREEN; global() member in raw_ostream