OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FooA
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
warn-enum-compare.cpp
3
enum Foo {
FooA
, FooB, FooC };
26
Foo x =
FooA
;
33
while (x ==
FooA
);
48
while ((x) ==
FooA
);
58
while (((x)) ==
FooA
);
warn-thread-safety-analysis.cpp
575
LateFoo
FooA
;
577
FooA
.mu.Lock();
578
FooA
.a = 5;
579
FooA
.mu.Unlock();
590
LateFoo
fooA
;
592
fooA
.mu.Lock();
595
// expected-note{{found near match '
fooA
.mu'}}
596
fooA
.mu.Unlock();
[
all
...]
Completed in 211 milliseconds