Home
last modified time | relevance | path

Searched defs:stdcall (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/CodeGenObjC/
H A Dattr-callconv.m8 - (void)test __attribute__((stdcall)) {}
/llvm-project/clang/test/Parser/
H A Dx64-windows-calling-convention-handling.c7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics in stdcall() function
H A Darm-windows-calling-convention-handling.c8 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics in stdcall() function
/llvm-project/lld/test/COFF/
H A Dlink-dll-stdcall.s46 stdcall label
/llvm-project/clang/test/SemaObjC/
H A Dmethod-attributes.m10 -(void) m2 __attribute__((stdcall));