Searched refs:FooA (Results 1 – 4 of 4) sorted by relevance
4 enum Foo { FooA, FooB, FooC }; enumerator29 Foo x = FooA; in test()37 while (x == FooA); in test()54 while ((x) == FooA); in test()64 while (((x)) == FooA); in test()223 …while (td == FooA); // expected-warning {{comparison of different enumeration types ('TD' and 'Fo… in test()256 …case FooA: break; // expected-warning {{comparison of different enumeration types in switch statem… in test()261 case FooA: break; in test()
560 LateFoo FooA; in late_0() local562 FooA.mu.Lock(); in late_0()563 FooA.a = 5; in late_0()564 FooA.mu.Unlock(); in late_0()
3 enum Foo { FooA, FooB, FooC }; enumerator26 Foo x = FooA; in test()33 while (x == FooA); in test()48 while ((x) == FooA); in test()58 while (((x)) == FooA); in test()
575 LateFoo FooA; in late_0() local577 FooA.mu.Lock(); in late_0()578 FooA.a = 5; in late_0()579 FooA.mu.Unlock(); in late_0()