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