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

  /external/clang/test/SemaCXX/
cstyle-cast.cpp 205 typedef int (*fnptr2)(int); typedef
207 (void)(fnptr2)(fp);
functional-cast.cpp 276 typedef int (*fnptr2)(int); typedef
278 (void)fnptr2(fp);
reinterpret-cast.cpp 61 typedef int (*fnptr2)(int); typedef
63 (void)reinterpret_cast<fnptr2>(fp);

Completed in 734 milliseconds