Searched defs:fnptr2 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
H A Dreinterpret-cast.cpp75 typedef int (*fnptr2)(int); typedef
77 (void)reinterpret_cast<fnptr2>(fp);
H A Dcstyle-cast.cpp206 typedef int (*fnptr2)(int); typedef
208 (void)(fnptr2)(fp);
H A Dfunctional-cast.cpp277 typedef int (*fnptr2)(int); typedef
279 (void)fnptr2(fp);

Completed in 129 milliseconds