Searched defs:stdcall (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/test/CodeGenObjC/ |
D | attr-callconv.m | 8 - (void)test __attribute__((stdcall)) {}
|
/external/clang/test/CodeGenObjC/ |
D | attr-callconv.m | 8 - (void)test __attribute__((stdcall)) {}
|
/external/llvm-project/clang/test/Parser/ |
D | x64-windows-calling-convention-handling.c | 7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics in stdcall() function
|
D | arm-windows-calling-convention-handling.c | 8 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics in stdcall() function
|
/external/clang/test/Parser/ |
D | arm-windows-calling-convention-handling.c | 7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics in stdcall() function
|
D | x64-windows-calling-convention-handling.c | 7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics in stdcall() function
|
/external/clang/test/SemaObjC/ |
D | method-attributes.m | 10 -(void) m2 __attribute__((stdcall));
|
/external/llvm-project/clang/test/SemaObjC/ |
D | method-attributes.m | 10 -(void) m2 __attribute__((stdcall));
|