Searched defs:outer5 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Sema/
H A Dvar-redecl.c7 int outer5; // expected-note{{previous definition is here}} variable
16 extern int outer5;
28 float outer5; // expected-error{{redefinition of 'outer5' with a different type}} variable
H A Dfunction-redecl.c66 int outer5; // expected-note{{previous definition is here}} variable
74 int outer5(int); // expected-error{{redefinition of 'outer5' as different kind of symbol}}

Completed in 89 milliseconds