Home
last modified time | relevance | path

Searched defs:BLUE (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly/Inputs/
H A Dpr-46466.cpp3 enum NestedEnum { RED, BLUE }; enumerator
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DVariablesTest.cpp7 BLUE enumerator
H A DSimpleTypesTest.cpp19 enum Enum { RED, GREEN, BLUE }; enumerator
H A DClassLayoutTest.cpp5 enum Enum { RED, GREEN, BLUE }; enumerator
/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h98 BLUE, enumerator
118 static constexpr Colors BLUE = Colors::BLUE; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmacro-to-enum.cpp57 #define BLUE 0x0000FF macro
/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp70 constexpr raw_ostream::Colors raw_ostream::BLUE; global() member in raw_ostream