Searched defs:pbar (Results 1 – 4 of 4) sorted by relevance
7 void (*pbar)(void) = bar; variable
7 void (*pbar)(void) = bar; // expected-warning{{incompatible pointer types}} variable
25 void (__attribute__((stdcall)) *pbar)(float*) = bar; // expected-warning {{calling convention 'stdc… variable
32 void (__attribute__((stdcall)) *pbar)(float*) = bar; variable