Home
last modified time | relevance | path

Searched refs:__both3 (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
Dpragma-weak.c128 void __both3(void);
129 #pragma weak both3 = __both3 // first, wins
131 void __both3(void) {} in __both3() function