OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pfoo
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Sema/
callingconv-ms_abi.c
4
void (*
pfoo
)(void) = foo;
variable
callingconv-sysv_abi.c
4
void (*
pfoo
)(void) = foo; // expected-warning{{incompatible pointer types}}
variable
compound-literal.c
22
extern void fooFunc(struct foo *
pfoo
);
callingconv.c
30
void (__attribute__((fastcall)) *
pfoo
)(float*) = foo;
Completed in 393 milliseconds