Home
last modified time | relevance | path

Searched refs:fnptr2 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
Dcstyle-cast.cpp206 typedef int (*fnptr2)(int); in fnptrs() typedef
208 (void)(fnptr2)(fp); in fnptrs()
Dreinterpret-cast.cpp75 typedef int (*fnptr2)(int); in fnptrs() typedef
77 (void)reinterpret_cast<fnptr2>(fp); in fnptrs()
Dfunctional-cast.cpp278 typedef int (*fnptr2)(int); in fnptrs() typedef
280 (void)fnptr2(fp); in fnptrs()