Lines Matching defs:func_ptr

61 static function_pointer func_ptr;
113 bool_ptr = (typeof(bool_ptr))func_ptr;
141 char_ptr = (typeof(char_ptr))func_ptr;
190 schar_ptr = (typeof(schar_ptr))func_ptr;
218 uchar_ptr = (typeof(uchar_ptr))func_ptr;
266 short_ptr = (typeof(short_ptr))func_ptr;
314 ushort_ptr = (typeof(ushort_ptr))func_ptr;
361 int_ptr = (typeof(int_ptr))func_ptr;
408 uint_ptr = (typeof(uint_ptr))func_ptr;
454 long_ptr = (typeof(long_ptr))func_ptr;
500 ulong_ptr = (typeof(ulong_ptr))func_ptr;
546 llong_ptr = (typeof(llong_ptr))func_ptr;
592 ullong_ptr = (typeof(ullong_ptr))func_ptr;
641 float_ptr = (typeof(float_ptr))func_ptr;
688 double_ptr = (typeof(double_ptr))func_ptr;
737 ldouble_ptr = (typeof(ldouble_ptr))func_ptr;
786 fcomplex_ptr = (typeof(fcomplex_ptr))func_ptr;
835 dcomplex_ptr = (typeof(dcomplex_ptr))func_ptr;
884 lcomplex_ptr = (typeof(lcomplex_ptr))func_ptr;
911 void_ptr = (typeof(void_ptr))func_ptr;
960 char_struct_ptr = (typeof(char_struct_ptr))func_ptr;
1009 double_struct_ptr = (typeof(double_struct_ptr))func_ptr;
1058 char_union_ptr = (typeof(char_union_ptr))func_ptr;
1105 double_union_ptr = (typeof(double_union_ptr))func_ptr;
1152 enum_ptr = (typeof(enum_ptr))func_ptr;
1199 double_array_ptr = (typeof(double_array_ptr))func_ptr;
1202 func_ptr = (typeof(func_ptr))bool_ptr;
1204 func_ptr = (typeof(func_ptr))char_ptr;
1206 func_ptr = (typeof(func_ptr))schar_ptr;
1208 func_ptr = (typeof(func_ptr))uchar_ptr;
1210 func_ptr = (typeof(func_ptr))short_ptr;
1212 func_ptr = (typeof(func_ptr))ushort_ptr;
1214 func_ptr = (typeof(func_ptr))int_ptr;
1216 func_ptr = (typeof(func_ptr))uint_ptr;
1218 func_ptr = (typeof(func_ptr))long_ptr;
1220 func_ptr = (typeof(func_ptr))ulong_ptr;
1222 func_ptr = (typeof(func_ptr))llong_ptr;
1224 func_ptr = (typeof(func_ptr))ullong_ptr;
1226 func_ptr = (typeof(func_ptr))float_ptr;
1228 func_ptr = (typeof(func_ptr))double_ptr;
1230 func_ptr = (typeof(func_ptr))ldouble_ptr;
1232 func_ptr = (typeof(func_ptr))fcomplex_ptr;
1234 func_ptr = (typeof(func_ptr))dcomplex_ptr;
1236 func_ptr = (typeof(func_ptr))lcomplex_ptr;
1237 func_ptr = (typeof(func_ptr))void_ptr;
1239 func_ptr = (typeof(func_ptr))char_struct_ptr;
1241 func_ptr = (typeof(func_ptr))double_struct_ptr;
1243 func_ptr = (typeof(func_ptr))char_union_ptr;
1245 func_ptr = (typeof(func_ptr))double_union_ptr;
1247 func_ptr = (typeof(func_ptr))enum_ptr;
1249 func_ptr = (typeof(func_ptr))double_array_ptr;
1250 func_ptr = (typeof(func_ptr))func_ptr;