Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dpragma-weak.c127 void both2(void) __attribute((alias("__both2"))); // first, wins
128 #pragma weak both2 = __both2 macro