Searched defs:fpp (Results 1 – 5 of 5) sorted by relevance
9 void (**fpp)() noexcept; variable
40 f *fpp = const_cast<f*>(&fp); in good_const_cast_test() local
39 f *fpp = (f*)(&fp); in t_cc() local
71 f *fpp = fp_t(&fp); in t_cc() local
355 int (**fpp)(); /* expected-warning {{a function declaration without a prototype is deprecated in all versions of C}} */ in dr053() local