Lines Matching defs:void
32 void weakdef(void) {} in weakdef() argument
44 void __foo(void) {} in __foo() argument
48 void __foo2(void) {} in __foo2() argument
71 void __stutter(void) {} in __stutter() argument
74 void __stutter2(void) {} in __stutter2() argument
84 void __declfirst(void) {} in __declfirst() argument
89 void __declfirstattr(void) {} in __declfirstattr() argument
98 __attribute((weak)) void mix(void) { } in mix() argument
106 void __mix2(void) {} in __mix2() argument
115 void __both(void) {} in __both() argument
125 void __both2(void) {} in __both2() argument
131 void __both3(void) {} in __both3() argument
138 void __a1(void) {} in __a1() argument
146 void __a3(void) {} in __a3() argument
150 __attribute((pure,noinline,const,fastcall)) void __xxx(void) { } in __xxx() argument
159 void yyy(void){} in yyy() argument
160 void zzz(void){} in zzz() argument