Searched defs:stdcall (Results 1 – 5 of 5) 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
8 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics in stdcall() function
46 stdcall label
10 -(void) m2 __attribute__((stdcall));