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()
532 LateFoo FooA; in late_0() local534 FooA.mu.Lock(); in late_0()535 FooA.a = 5; in late_0()536 FooA.mu.Unlock(); in late_0()