Lines Matching refs:char
26 typedef char type7; /* sint8_t or uint8_t */
27 typedef signed char type8; /* sint8_t */
28 typedef unsigned char type9; /* uint8_t */
88 typedef double _Alignas(char) type52;
97 typedef char type57[];
98 typedef char type58[const];
99 typedef char type59[const volatile];
100 typedef char type60[10];
101 typedef char type61[const 10];
102 typedef char type62[static 10];
103 typedef char type63[static const volatile 10];
104 typedef char type64[const volatile static 10];
105 typedef char type65[];
106 typedef char type66[const volatile];
107 typedef char type67[10][10];
118 static void f11(const char *name);
119 static void f12(const char *);