Searched refs:_stdcall (Results 1 – 3 of 3) sorted by relevance
6 #define _stdcall __attribute__ ((__stdcall__)) macro8 typedef void (_stdcall* pfn)();10 void f (void (_stdcall*) ());11 void f (void (_stdcall* pfn)());
723 ALIAS("_stdcall" , __stdcall , KEYMS | KEYBORLAND)
2579 let Spellings = [GCC<"stdcall">, Keyword<"__stdcall">, Keyword<"_stdcall">];