Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dpragma-weak.c91 void __declfirstattr(void) __attribute((noinline));
92 #pragma weak declfirstattr = __declfirstattr
93 void __declfirstattr(void) {} in __declfirstattr() function