HomeSort by relevance Sort by last modified time
    Searched refs:aA (Results 1 - 14 of 14) sorted by null

  /external/clang/test/Sema/
decl-in-prototype.c 3 const int AA = 5;
5 int f1(enum {AA,BB} E) {
9 int f2(enum {AA=7,BB} E) {
10 return AA;
22 struct aA {
28 int f5(struct aA { struct ab { int j; } b; struct ab { char glorx; } glorx; } *); // expected-warning {{declaration of 'struct aA' will not be visible}} expected-warning {{redefinition of 'ab' will not be visible}} expected-warning {{redefinition of 'ab' will not be visible}}