Lines Matching refs:__attribute__
5 int t5 __attribute__((weak)) = 2;
9 struct s0 t13 __attribute__((section("SECT"))) = { 0 };
13 static int x __attribute__((section("SECT"))) = 0; in t14()
17 extern int t18 __attribute__((weak_import));
21 extern int t16 __attribute__((weak_import));
24 int t6 __attribute__((visibility("protected")));
27 int t12 __attribute__((section("SECT")));
31 void t9() __attribute__((weak, alias("__t8")));
34 int __attribute__((weak_import)) t15(void);
40 void t1() __attribute__((noreturn));
44 void t2() __attribute__((nothrow));
48 void t3() __attribute__((weak));
52 void t4() __attribute__((visibility("hidden")));
56 void t7() __attribute__((noreturn, nothrow));
60 void t10(void) __attribute__((section("SECT")));
63 void __attribute__((section("SECT"))) t11(void) {} in t11()
66 extern int t19(void) __attribute__((weak_import));
78 void (__attribute__((fastcall)) *fptr)(int);
88 void __attribute__((section(".foo"))) t22(void);
89 void __attribute__((section(".bar"))) t22(void) {} in t22()