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;
359 int_ptr = (typeof(int_ptr))func_ptr;
404 uint_ptr = (typeof(uint_ptr))func_ptr;
449 long_ptr = (typeof(long_ptr))func_ptr;
494 ulong_ptr = (typeof(ulong_ptr))func_ptr;
542 llong_ptr = (typeof(llong_ptr))func_ptr;
590 ullong_ptr = (typeof(ullong_ptr))func_ptr;
639 float_ptr = (typeof(float_ptr))func_ptr;
685 double_ptr = (typeof(double_ptr))func_ptr;
732 ldouble_ptr = (typeof(ldouble_ptr))func_ptr;
781 fcomplex_ptr = (typeof(fcomplex_ptr))func_ptr;
829 dcomplex_ptr = (typeof(dcomplex_ptr))func_ptr;
877 lcomplex_ptr = (typeof(lcomplex_ptr))func_ptr;
904 void_ptr = (typeof(void_ptr))func_ptr;
953 char_struct_ptr = (typeof(char_struct_ptr))func_ptr;
1002 double_struct_ptr = (typeof(double_struct_ptr))func_ptr;
1051 char_union_ptr = (typeof(char_union_ptr))func_ptr;
1098 double_union_ptr = (typeof(double_union_ptr))func_ptr;
1143 enum_ptr = (typeof(enum_ptr))func_ptr;
1189 double_array_ptr = (typeof(double_array_ptr))func_ptr;
1192 func_ptr = (typeof(func_ptr))bool_ptr;
1194 func_ptr = (typeof(func_ptr))char_ptr;
1196 func_ptr = (typeof(func_ptr))schar_ptr;
1198 func_ptr = (typeof(func_ptr))uchar_ptr;
1200 func_ptr = (typeof(func_ptr))short_ptr;
1202 func_ptr = (typeof(func_ptr))ushort_ptr;
1204 func_ptr = (typeof(func_ptr))int_ptr;
1206 func_ptr = (typeof(func_ptr))uint_ptr;
1208 func_ptr = (typeof(func_ptr))long_ptr;
1210 func_ptr = (typeof(func_ptr))ulong_ptr;
1212 func_ptr = (typeof(func_ptr))llong_ptr;
1214 func_ptr = (typeof(func_ptr))ullong_ptr;
1216 func_ptr = (typeof(func_ptr))float_ptr;
1218 func_ptr = (typeof(func_ptr))double_ptr;
1220 func_ptr = (typeof(func_ptr))ldouble_ptr;
1222 func_ptr = (typeof(func_ptr))fcomplex_ptr;
1224 func_ptr = (typeof(func_ptr))dcomplex_ptr;
1226 func_ptr = (typeof(func_ptr))lcomplex_ptr;
1227 func_ptr = (typeof(func_ptr))void_ptr;
1229 func_ptr = (typeof(func_ptr))char_struct_ptr;
1231 func_ptr = (typeof(func_ptr))double_struct_ptr;
1233 func_ptr = (typeof(func_ptr))char_union_ptr;
1235 func_ptr = (typeof(func_ptr))double_union_ptr;
1237 func_ptr = (typeof(func_ptr))enum_ptr;
1239 func_ptr = (typeof(func_ptr))double_array_ptr;
1240 func_ptr = (typeof(func_ptr))func_ptr;