HomeSort by relevance Sort by last modified time
    Searched refs:FooB (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
warn-enum-compare.cpp 3 enum Foo { FooA, FooB, FooC };
91 while (FooB == y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
92 while (FooB != y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
93 while (FooB >= y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
94 while (FooB <= y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
95 while (FooB > y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
96 while (FooB < y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
98 while (FooB == BarD); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
99 while (FooB != BarD); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
100 while (FooB >= BarD); // expected-warning {{comparison of two values with different enumeration types ('Foo' (…)
    [all...]
warn-thread-safety-analysis.cpp 491 LateFoo FooB;
506 LateFoo fooB;
508 fooB.a = 5; // \
    [all...]

Completed in 48 milliseconds