Searched refs:twoFoo (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-enum-compare.cpp21 typedef name1::Foo twoFoo; typedef
31 twoFoo c;
82 while (x == c); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'twoFoo' (aka 'name1::Foo'))}}

Completed in 250 milliseconds