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