Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dpragma-weak.c87 void __declfirstattr(void) __attribute((noinline));
88 #pragma weak declfirstattr = __declfirstattr
89 void __declfirstattr(void) {} in __declfirstattr() function