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.c126 void __both2(void);
128 #pragma weak both2 = __both2
129 void __both2(void) {} in __both2() function