Searched defs:stdcall (Results 1 – 4 of 4) sorted by relevance
8 - (void)test __attribute__((stdcall)) {}
7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics in stdcall() function
10 -(void) m2 __attribute__((stdcall));