Lines Matching defs:char_ptr

39 static char *char_ptr;
70 bool_ptr = (typeof(bool_ptr))char_ptr;
118 char_ptr = (typeof(char_ptr))bool_ptr;
119 char_ptr = (typeof(char_ptr))char_ptr;
120 char_ptr = (typeof(char_ptr))schar_ptr;
121 char_ptr = (typeof(char_ptr))uchar_ptr;
122 char_ptr = (typeof(char_ptr))short_ptr;
123 char_ptr = (typeof(char_ptr))ushort_ptr;
124 char_ptr = (typeof(char_ptr))int_ptr;
125 char_ptr = (typeof(char_ptr))uint_ptr;
126 char_ptr = (typeof(char_ptr))long_ptr;
127 char_ptr = (typeof(char_ptr))ulong_ptr;
128 char_ptr = (typeof(char_ptr))llong_ptr;
129 char_ptr = (typeof(char_ptr))ullong_ptr;
130 char_ptr = (typeof(char_ptr))float_ptr;
131 char_ptr = (typeof(char_ptr))double_ptr;
132 char_ptr = (typeof(char_ptr))ldouble_ptr;
133 char_ptr = (typeof(char_ptr))fcomplex_ptr;
134 char_ptr = (typeof(char_ptr))dcomplex_ptr;
135 char_ptr = (typeof(char_ptr))lcomplex_ptr;
136 char_ptr = (typeof(char_ptr))void_ptr;
137 char_ptr = (typeof(char_ptr))char_struct_ptr;
138 char_ptr = (typeof(char_ptr))double_struct_ptr;
139 char_ptr = (typeof(char_ptr))char_union_ptr;
140 char_ptr = (typeof(char_ptr))double_union_ptr;
141 char_ptr = (typeof(char_ptr))enum_ptr;
142 char_ptr = (typeof(char_ptr))double_array_ptr;
144 char_ptr = (typeof(char_ptr))func_ptr;
148 schar_ptr = (typeof(schar_ptr))char_ptr;
196 uchar_ptr = (typeof(uchar_ptr))char_ptr;
225 short_ptr = (typeof(short_ptr))char_ptr;
273 ushort_ptr = (typeof(ushort_ptr))char_ptr;
321 int_ptr = (typeof(int_ptr))char_ptr;
368 uint_ptr = (typeof(uint_ptr))char_ptr;
415 long_ptr = (typeof(long_ptr))char_ptr;
463 ulong_ptr = (typeof(ulong_ptr))char_ptr;
511 llong_ptr = (typeof(llong_ptr))char_ptr;
559 ullong_ptr = (typeof(ullong_ptr))char_ptr;
607 float_ptr = (typeof(float_ptr))char_ptr;
656 double_ptr = (typeof(double_ptr))char_ptr;
703 ldouble_ptr = (typeof(ldouble_ptr))char_ptr;
752 fcomplex_ptr = (typeof(fcomplex_ptr))char_ptr;
801 dcomplex_ptr = (typeof(dcomplex_ptr))char_ptr;
850 lcomplex_ptr = (typeof(lcomplex_ptr))char_ptr;
898 void_ptr = (typeof(void_ptr))char_ptr;
926 char_struct_ptr = (typeof(char_struct_ptr))char_ptr;
975 double_struct_ptr = (typeof(double_struct_ptr))char_ptr;
1024 char_union_ptr = (typeof(char_union_ptr))char_ptr;
1073 double_union_ptr = (typeof(double_union_ptr))char_ptr;
1120 enum_ptr = (typeof(enum_ptr))char_ptr;
1167 double_array_ptr = (typeof(double_array_ptr))char_ptr;
1215 func_ptr = (typeof(func_ptr))char_ptr;