Searched defs:pfoo (Results 1 – 4 of 4) sorted by relevance
4 void (*pfoo)(void) = foo; // expected-error{{incompatible function pointer types}} variable
4 void (*pfoo)(void) = foo; variable
23 void (__attribute__((fastcall)) *pfoo)(float*) = foo; // expected-warning {{'fastcall' calling conv… variable
30 void (__attribute__((fastcall)) *pfoo)(float*) = foo; variable