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

/external/clang/test/Sema/
H A Dpragma-weak.c3 void __both3(void);
4 #pragma weak both3 = __both3 // expected-note {{previous definition}}
5 void both3(void) __attribute((alias("__both3"))); // expected-error {{redefinition of 'both3'}}
6 void __both3(void) {} function

Completed in 179 milliseconds