Searched refs:fnptr2 (Results 1 - 5 of 5) sorted by relevance

/external/ltrace/testsuite/ltrace.minor/
H A Ddemangle-lib.cpp49 int Fxx_i(x fnptr, x fnptr2) { return 0; } argument
50 int Fxxx_i(x fnptr, x fnptr2, argument
52 int Fxxi_i(x fnptr, x fnptr2, argument
56 int Fxyxy_i(x fnptr, y fnptr2, argument
H A Ddemangle.cpp53 extern int Fxx_i(x fnptr, x fnptr2);
54 extern int Fxxx_i(x fnptr, x fnptr2, x fnptr3);
55 extern int Fxxi_i(x fnptr, x fnptr2, x fnptr3, int i);
57 extern int Fxyxy_i(x fnptr, y fnptr2, x fnptr3, y fnptr4);
/external/clang/test/SemaCXX/
H A Dcstyle-cast.cpp206 typedef int (*fnptr2)(int); typedef
208 (void)(fnptr2)(fp);
H A Dreinterpret-cast.cpp75 typedef int (*fnptr2)(int); typedef
77 (void)reinterpret_cast<fnptr2>(fp);
H A Dfunctional-cast.cpp278 typedef int (*fnptr2)(int); typedef
280 (void)fnptr2(fp);

Completed in 168 milliseconds