Lines Matching defs:char_ptr

36 static char *char_ptr;
67 bool_ptr = (typeof(bool_ptr))char_ptr;
115 char_ptr = (typeof(char_ptr))bool_ptr;
116 char_ptr = (typeof(char_ptr))char_ptr;
117 char_ptr = (typeof(char_ptr))schar_ptr;
118 char_ptr = (typeof(char_ptr))uchar_ptr;
119 char_ptr = (typeof(char_ptr))short_ptr;
120 char_ptr = (typeof(char_ptr))ushort_ptr;
121 char_ptr = (typeof(char_ptr))int_ptr;
122 char_ptr = (typeof(char_ptr))uint_ptr;
123 char_ptr = (typeof(char_ptr))long_ptr;
124 char_ptr = (typeof(char_ptr))ulong_ptr;
125 char_ptr = (typeof(char_ptr))llong_ptr;
126 char_ptr = (typeof(char_ptr))ullong_ptr;
127 char_ptr = (typeof(char_ptr))float_ptr;
128 char_ptr = (typeof(char_ptr))double_ptr;
129 char_ptr = (typeof(char_ptr))ldouble_ptr;
130 char_ptr = (typeof(char_ptr))fcomplex_ptr;
131 char_ptr = (typeof(char_ptr))dcomplex_ptr;
132 char_ptr = (typeof(char_ptr))lcomplex_ptr;
133 char_ptr = (typeof(char_ptr))void_ptr;
134 char_ptr = (typeof(char_ptr))char_struct_ptr;
135 char_ptr = (typeof(char_ptr))double_struct_ptr;
136 char_ptr = (typeof(char_ptr))char_union_ptr;
137 char_ptr = (typeof(char_ptr))double_union_ptr;
138 char_ptr = (typeof(char_ptr))enum_ptr;
139 char_ptr = (typeof(char_ptr))double_array_ptr;
141 char_ptr = (typeof(char_ptr))func_ptr;
145 schar_ptr = (typeof(schar_ptr))char_ptr;
193 uchar_ptr = (typeof(uchar_ptr))char_ptr;
222 short_ptr = (typeof(short_ptr))char_ptr;
270 ushort_ptr = (typeof(ushort_ptr))char_ptr;
318 int_ptr = (typeof(int_ptr))char_ptr;
365 uint_ptr = (typeof(uint_ptr))char_ptr;
412 long_ptr = (typeof(long_ptr))char_ptr;
458 ulong_ptr = (typeof(ulong_ptr))char_ptr;
504 llong_ptr = (typeof(llong_ptr))char_ptr;
550 ullong_ptr = (typeof(ullong_ptr))char_ptr;
596 float_ptr = (typeof(float_ptr))char_ptr;
645 double_ptr = (typeof(double_ptr))char_ptr;
692 ldouble_ptr = (typeof(ldouble_ptr))char_ptr;
741 fcomplex_ptr = (typeof(fcomplex_ptr))char_ptr;
790 dcomplex_ptr = (typeof(dcomplex_ptr))char_ptr;
839 lcomplex_ptr = (typeof(lcomplex_ptr))char_ptr;
887 void_ptr = (typeof(void_ptr))char_ptr;
915 char_struct_ptr = (typeof(char_struct_ptr))char_ptr;
964 double_struct_ptr = (typeof(double_struct_ptr))char_ptr;
1013 char_union_ptr = (typeof(char_union_ptr))char_ptr;
1062 double_union_ptr = (typeof(double_union_ptr))char_ptr;
1109 enum_ptr = (typeof(enum_ptr))char_ptr;
1156 double_array_ptr = (typeof(double_array_ptr))char_ptr;
1204 func_ptr = (typeof(func_ptr))char_ptr;