Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dattr-callconv.m8 - (void)test __attribute__((stdcall)) {}
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Darm-windows-calling-convention-handling.c7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-warning {{calling convent… in stdcall() function
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dmethod-attributes.m10 -(void) m2 __attribute__((stdcall));