Searched refs:FooA (Results 1 – 2 of 2) sorted by relevance
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()