Home
last modified time | relevance | path

Searched refs:_stdcall (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Dattrib1.C6 #define _stdcall __attribute__ ((__stdcall__)) macro
8 typedef void (_stdcall* pfn)();
10 void f (void (_stdcall*) ());
11 void f (void (_stdcall* pfn)());
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTokenKinds.def723 ALIAS("_stdcall" , __stdcall , KEYMS | KEYBORLAND)
H A DAttr.td2579 let Spellings = [GCC<"stdcall">, Keyword<"__stdcall">, Keyword<"_stdcall">];