Lines Matching refs:void
25 typedef void type6;
75 typedef void* type46;
76 typedef const void* type47;
77 typedef restrict void* type48;
78 typedef volatile void* type49;
79 typedef _Atomic void* type50;
80 typedef const volatile void* type51;
83 static void f1();
84 static inline void f2();
85 static _Noreturn void f3();
92 typedef void * type54;
93 typedef void ** type55;
94 typedef const void * const volatile * const type56;
110 static void f4();
111 static void f5(void);
112 static void f6(int x);
113 static void f7(int x, int y);
114 static void f8(int x, int y, ...);
115 static void f9(int, int);
116 static void f9(int, int, ...);
117 static void f10(...);
118 static void f11(const char *name);
119 static void f12(const char *);
120 static void f13(const int a[5]);
121 static void f14(const int[5]);