Home
last modified time | relevance | path

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

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