Lines Matching defs:func_ptr
64 static function_pointer func_ptr;
116 bool_ptr = (typeof(bool_ptr))func_ptr;
144 char_ptr = (typeof(char_ptr))func_ptr;
193 schar_ptr = (typeof(schar_ptr))func_ptr;
221 uchar_ptr = (typeof(uchar_ptr))func_ptr;
269 short_ptr = (typeof(short_ptr))func_ptr;
317 ushort_ptr = (typeof(ushort_ptr))func_ptr;
364 int_ptr = (typeof(int_ptr))func_ptr;
411 uint_ptr = (typeof(uint_ptr))func_ptr;
459 long_ptr = (typeof(long_ptr))func_ptr;
507 ulong_ptr = (typeof(ulong_ptr))func_ptr;
555 llong_ptr = (typeof(llong_ptr))func_ptr;
603 ullong_ptr = (typeof(ullong_ptr))func_ptr;
652 float_ptr = (typeof(float_ptr))func_ptr;
699 double_ptr = (typeof(double_ptr))func_ptr;
748 ldouble_ptr = (typeof(ldouble_ptr))func_ptr;
797 fcomplex_ptr = (typeof(fcomplex_ptr))func_ptr;
846 dcomplex_ptr = (typeof(dcomplex_ptr))func_ptr;
895 lcomplex_ptr = (typeof(lcomplex_ptr))func_ptr;
922 void_ptr = (typeof(void_ptr))func_ptr;
971 char_struct_ptr = (typeof(char_struct_ptr))func_ptr;
1020 double_struct_ptr = (typeof(double_struct_ptr))func_ptr;
1069 char_union_ptr = (typeof(char_union_ptr))func_ptr;
1116 double_union_ptr = (typeof(double_union_ptr))func_ptr;
1163 enum_ptr = (typeof(enum_ptr))func_ptr;
1210 double_array_ptr = (typeof(double_array_ptr))func_ptr;
1213 func_ptr = (typeof(func_ptr))bool_ptr;
1215 func_ptr = (typeof(func_ptr))char_ptr;
1217 func_ptr = (typeof(func_ptr))schar_ptr;
1219 func_ptr = (typeof(func_ptr))uchar_ptr;
1221 func_ptr = (typeof(func_ptr))short_ptr;
1223 func_ptr = (typeof(func_ptr))ushort_ptr;
1225 func_ptr = (typeof(func_ptr))int_ptr;
1227 func_ptr = (typeof(func_ptr))uint_ptr;
1229 func_ptr = (typeof(func_ptr))long_ptr;
1231 func_ptr = (typeof(func_ptr))ulong_ptr;
1233 func_ptr = (typeof(func_ptr))llong_ptr;
1235 func_ptr = (typeof(func_ptr))ullong_ptr;
1237 func_ptr = (typeof(func_ptr))float_ptr;
1239 func_ptr = (typeof(func_ptr))double_ptr;
1241 func_ptr = (typeof(func_ptr))ldouble_ptr;
1243 func_ptr = (typeof(func_ptr))fcomplex_ptr;
1245 func_ptr = (typeof(func_ptr))dcomplex_ptr;
1247 func_ptr = (typeof(func_ptr))lcomplex_ptr;
1248 func_ptr = (typeof(func_ptr))void_ptr;
1250 func_ptr = (typeof(func_ptr))char_struct_ptr;
1252 func_ptr = (typeof(func_ptr))double_struct_ptr;
1254 func_ptr = (typeof(func_ptr))char_union_ptr;
1256 func_ptr = (typeof(func_ptr))double_union_ptr;
1258 func_ptr = (typeof(func_ptr))enum_ptr;
1260 func_ptr = (typeof(func_ptr))double_array_ptr;
1261 func_ptr = (typeof(func_ptr))func_ptr;