OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fnptr2
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/SemaCXX/
reinterpret-cast.cpp
75
typedef int (*
fnptr2
)(int);
typedef
77
(void)reinterpret_cast<
fnptr2
>(fp);
cstyle-cast.cpp
206
typedef int (*
fnptr2
)(int);
typedef
208
(void)(
fnptr2
)(fp);
functional-cast.cpp
278
typedef int (*
fnptr2
)(int);
typedef
280
(void)
fnptr2
(fp);
Completed in 42 milliseconds