Home
last modified time | relevance | path

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

/external/clang/test/CodeGenObjC/
Dattr-callconv.m8 - (void)test __attribute__((stdcall)) {}
/external/clang/test/Parser/
Darm-windows-calling-convention-handling.c7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics in stdcall() function
Dx64-windows-calling-convention-handling.c7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics in stdcall() function
/external/clang/test/SemaObjC/
Dmethod-attributes.m10 -(void) m2 __attribute__((stdcall));