Searched refs:int_val2 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Danonymous-union.cpp84 int int_val2; // expected-note{{previous definition is here}} member in union:__anon2463
89 void int_val2(); // expected-error{{redefinition of 'int_val2' as different kind of symbol}}
93 int_val2 = 0;
/external/clang/test/Sema/
H A Danonymous-struct-union.c60 int int_val2; member in union:__anon2285
65 int_val2 = 0; // expected-error{{use of undeclared identifier}}

Completed in 241 milliseconds