HomeSort by relevance Sort by last modified time
    Searched full:fnptr2 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
cstyle-cast.cpp 206 typedef int (*fnptr2)(int); typedef
208 (void)(fnptr2)(fp);
functional-cast.cpp 277 typedef int (*fnptr2)(int); typedef
279 (void)fnptr2(fp);
reinterpret-cast.cpp 75 typedef int (*fnptr2)(int); typedef
77 (void)reinterpret_cast<fnptr2>(fp);

Completed in 52 milliseconds