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

/external/clang/test/CodeGen/
H A Dpragma-weak.c9 // CHECK-DAG: @both2 = alias void ()* @__both2
120 void __both2(void);
121 void both2(void) __attribute((alias("__both2"))); // first, wins
122 #pragma weak both2 = __both2
123 void __both2(void) {} function
124 // CHECK-LABEL: define void @__both2()

Completed in 130 milliseconds