Home
last modified time | relevance | path

Searched defs:fpp (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/CXX/except/except.spec/
H A Dp2-places-1z.cpp9 void (**fpp)() noexcept; variable
/llvm-project/clang/test/SemaCXX/
H A Dconst-cast.cpp40 f *fpp = const_cast<f*>(&fp); in good_const_cast_test() local
H A Dcstyle-cast.cpp39 f *fpp = (f*)(&fp); in t_cc() local
H A Dfunctional-cast.cpp71 f *fpp = fp_t(&fp); in t_cc() local
/llvm-project/clang/test/C/drs/
H A Ddr0xx.c355 int (**fpp)(); /* expected-warning {{a function declaration without a prototype is deprecated in all versions of C}} */ in dr053() local