Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dpragma-weak.c123 void both2(void) __attribute((alias("__both2"))); // first, wins
124 #pragma weak both2 = __both2 macro