Searched defs:Orange (Results 1 – 7 of 7) sorted by relevance
/llvm-project/libcxx/test/libcxx/diagnostics/ |
H A D | utility.nodiscard.verify.cpp | 32 enum E { Apple, Orange } e = Apple; in test() enumerator
|
/llvm-project/clang/test/CodeCompletion/ |
H A D | enum-preferred-type.cpp | 5 Orange, enumerator
|
H A D | enum-switch-case.cpp | 4 Orange, enumerator
|
H A D | enum-switch-case.c | 3 Orange, enumerator
|
H A D | enum-switch-case-qualified.cpp | 7 Orange, enumerator
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | init-variables.cpp | 113 Orange }; enumerator
|
/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
H A D | ClangTidyOptionsTest.cpp | 14 enum class Colours { Red, Orange, Yellow, Green, Blue, Indigo, Violet }; enumerator
|