Home
last modified time | relevance | path

Searched refs:Blue (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DEnumeratedArrayTest.cpp24 enum class Colors { Red, Blue, Green, Last = Green }; in TEST() enumerator
29 Array1[Colors::Blue] = 2.0; in TEST()
33 EXPECT_EQ(Array1[Colors::Blue], 2.0); in TEST()
39 EXPECT_TRUE(Array2[Colors::Blue]); in TEST()
43 Array2[Colors::Blue] = false; in TEST()
47 EXPECT_FALSE(Array2[Colors::Blue]); in TEST()
/llvm-project-15.0.7/clang/test/Index/
H A Dannotate-tokens.c11 enum Color { Red, Green, Blue }; enumerator
29 return Blue; in g()
31 case Blue: in g()
H A Dcomplete-type-factors.m4 Red, Green, Blue
36 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (32)
49 // CHECK-CC2: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (16)
63 // CHECK-CC3: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (65)
79 // CHECK-CC4: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (65)
97 // CHECK-CC6: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (16)
115 // CHECK-CC7: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (16)
127 // CHECK-CC8: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (65)
H A Dload-decls.c4 Blue, enumerator
H A Dcomplete-enums.cpp7 Blue enumerator
/llvm-project-15.0.7/clang/test/CodeCompletion/
H A Denum-preferred-type.cpp4 Blue, enumerator
14 else if (color == N::Color::Blue) {} in test()
H A Denum-switch-case.c6 Blue, enumerator
H A Dmacros.c2 Red, Green, Blue enumerator
H A Denum-switch-case.cpp7 Blue, enumerator
H A Denum-switch-case-qualified.cpp10 Blue, enumerator
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dunused-using-decls.cpp65 enum Color4 { Blue }; enumerator
160 using n::Blue;
189 int t2 = Blue; in g()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dmake_integer_seq.cpp43 Blue }; enumerator
44 using illformed1 = ErrorSeq<Color, Blue>; // expected-note{{in instantiation}}
/llvm-project-15.0.7/clang/test/CXX/class.access/
H A Dp6.cpp84 class Green {}; class Blue {}; class
105 …Outer::A<B, Blue>::foo(); // expected-error {{no member named 'foo' in 'test3::Outer::A<test3::B, … in test()
/llvm-project-15.0.7/clang/test/ExtractAPI/
H A Dstruct.c21 unsigned Blue; member
/llvm-project-15.0.7/clang-tools-extra/test/clang-move/Inputs/
H A Denum.h7 enum E3 { Blue }; enumerator
/llvm-project-15.0.7/clang/test/PCH/
H A Denum.h6 Blue enumerator
/llvm-project-15.0.7/clang/test/CXX/over/over.built/
H A Dp26.cpp4 enum class Color { Red, Green, Blue }; enumerator
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_descriptions.h46 const char *Access() { return Blue(); } in Access()
69 return Blue(); in ShadowByte()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h38 const char *Blue() const { return ansi_ ? "\033[1m\033[34m" : ""; } in Blue() function
/llvm-project-15.0.7/clang/test/FixIt/
H A Dtypo.c16 enum Color { Red, Green, Blue }; enumerator
H A Dfixit.c56 Blue,
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dencode-test-4.m3 typedef enum : Integer { Red, Green, Blue} Color; enum
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dinit-variables.cpp98 Blue }; enumerator
/llvm-project-15.0.7/clang/test/Sema/
H A Denum.c125 enum Color { Red, Green, Blue }; // expected-note{{previous use is here}} enumerator
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Denum-fixed-type.m21 enum Color { Red, Green, Blue };

12