OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_func
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
opaque-pointer.c
4
typedef void (*
my_func
) (struct test *);
typedef
5
my_func
handler;
/external/clang/test/Analysis/
uninit-vals-ps.c
4
void (*
my_func
)(int * x);
member in struct:FPRec
11
(*foo->
my_func
)(&x);
Completed in 174 milliseconds