OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 36 milliseconds