Home
last modified time | relevance | path

Searched refs:FooB (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-enum-compare.cpp3 enum Foo { FooA, FooB, FooC }; enumerator
91 …while (FooB == y); // expected-warning {{comparison of two values with different enumeration type… in test()
92 …while (FooB != y); // expected-warning {{comparison of two values with different enumeration type… in test()
93 …while (FooB >= y); // expected-warning {{comparison of two values with different enumeration type… in test()
94 …while (FooB <= y); // expected-warning {{comparison of two values with different enumeration type… in test()
95 …while (FooB > y); // expected-warning {{comparison of two values with different enumeration types… in test()
96 …while (FooB < y); // expected-warning {{comparison of two values with different enumeration types… in test()
98 …while (FooB == BarD); // expected-warning {{comparison of two values with different enumeration t… in test()
99 …while (FooB != BarD); // expected-warning {{comparison of two values with different enumeration t… in test()
100 …while (FooB >= BarD); // expected-warning {{comparison of two values with different enumeration t… in test()
[all …]
Dwarn-thread-safety-analysis.cpp576 LateFoo FooB; in late_0() local
/external/llvm-project/clang/test/SemaCXX/
Dwarn-enum-compare.cpp4 enum Foo { FooA, FooB, FooC }; enumerator
102 …while (FooB == y); // expected-warning {{comparison of different enumeration types ('Foo' and 'Ba… in test()
103 …while (FooB != y); // expected-warning {{comparison of different enumeration types ('Foo' and 'Ba… in test()
104 …while (FooB >= y); // expected-warning {{comparison of different enumeration types ('Foo' and 'Ba… in test()
105 …while (FooB <= y); // expected-warning {{comparison of different enumeration types ('Foo' and 'Ba… in test()
106 …while (FooB > y); // expected-warning {{comparison of different enumeration types ('Foo' and 'Bar… in test()
107 …while (FooB < y); // expected-warning {{comparison of different enumeration types ('Foo' and 'Bar… in test()
109 …while (FooB == BarD); // expected-warning {{comparison of different enumeration types ('Foo' and … in test()
110 …while (FooB != BarD); // expected-warning {{comparison of different enumeration types ('Foo' and … in test()
111 …while (FooB >= BarD); // expected-warning {{comparison of different enumeration types ('Foo' and … in test()
[all …]
Dwarn-thread-safety-analysis.cpp561 LateFoo FooB; in late_0() local
/external/llvm-project/clang/test/Modules/Inputs/incomplete-framework-module/Foo.framework/Modules/
Dmodule.modulemap3 header "FooB.h"
/external/llvm-project/clang/test/Modules/
Dincomplete-framework-module.m9 …lete-framework-module/Foo.framework/Modules/module.modulemap:3{{skipping 'FooB.h' because module d…