Searched refs:SWIFTASYNCCALL (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | swift-async-call-conv.c | 17 #define SWIFTASYNCCALL __attribute__((swiftasynccall)) macro 21 SWIFTASYNCCALL void async_leaf1(char * ASYNC_CONTEXT ctx) { in async_leaf1() 26 SWIFTASYNCCALL void async_leaf2(char * ASYNC_CONTEXT ctx) { in async_leaf2() 41 SWIFTASYNCCALL void async_branch(MYBOOL b, char * ASYNC_CONTEXT ctx) { in async_branch() 55 SWIFTASYNCCALL void async_not_all_tail(char * ASYNC_CONTEXT ctx) { in async_not_all_tail() 67 SWIFTASYNCCALL void async_loop(unsigned u, char * ASYNC_CONTEXT ctx) { in async_loop() 78 SWIFTASYNCCALL void async_mutual_loop2(unsigned u, char * ASYNC_CONTEXT ctx); 141 SWIFTASYNCCALL void (*fptr)(char * ASYNC_CONTEXT); 143 SWIFTASYNCCALL void async_leaf_method(char * ASYNC_CONTEXT ctx) { in async_leaf_method() 146 SWIFTASYNCCALL void async_nonleaf_method1(char * ASYNC_CONTEXT ctx) { in async_nonleaf_method1() [all …]
|
| H A D | swift-async-extended-fp.c | 21 #define SWIFTASYNCCALL __attribute__((swiftasynccall)) macro 24 SWIFTASYNCCALL void async_context_1(ASYNC_CONTEXT void *ctx) {} in async_context_1()
|
| H A D | arm-swiftcall.c | 6 #define SWIFTASYNCCALL __attribute__((swiftasynccall)) macro 30 SWIFTASYNCCALL void async_context_1(ASYNC_CONTEXT void *self) {} in async_context_1() 36 SWIFTASYNCCALL void async_context_2(void *arg0, ASYNC_CONTEXT void *self) {} in async_context_2()
|
| H A D | 64bit-swiftcall.c | 9 #define SWIFTASYNCCALL __attribute__((swiftasynccall)) macro 38 SWIFTASYNCCALL void async_context_1(ASYNC_CONTEXT void *ctx) {} in async_context_1() 44 SWIFTASYNCCALL void async_context_2(void *arg0, ASYNC_CONTEXT void *ctx) {} in async_context_2()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | attr-swiftcall.cpp | 4 #define SWIFTASYNCCALL __attribute__((swiftasynccall)) macro 11 int notAnAsyncFunction SWIFTASYNCCALL; // expected-warning {{'swiftasynccall' only applies to funct… variable 13 void variadic_async(int x, ...) SWIFTASYNCCALL; // expected-error {{variadic function cannot use sw… 15 void multiple_ccs_async(int x) SWIFTASYNCCALL __attribute__((vectorcall)); // expected-error {{vect… 17 void (*asyncFunctionPointer)(void) SWIFTASYNCCALL; 24 void indirect_result_single_async(INDIRECT_RESULT void *out) SWIFTASYNCCALL; 25 …irect_result_multiple_async(INDIRECT_RESULT void *out1, INDIRECT_RESULT void *out2) SWIFTASYNCCALL; 38 void context_okay_async(CONTEXT void *context) SWIFTASYNCCALL; 39 …context_okay2_async(CONTEXT void *context, void *selfType, char **selfWitnessTable) SWIFTASYNCCALL; 43 void async_context_okay(ASYNC_CONTEXT void *context) SWIFTASYNCCALL; [all …]
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | attr-swiftcall.c | 5 #define SWIFTASYNCCALL __attribute__((swiftasynccall)) macro 12 int notAnAsyncFunction SWIFTASYNCCALL; // expected-warning {{'swiftasynccall' only applies to funct… variable 14 void variadic_async(int x, ...) SWIFTASYNCCALL; // expected-error {{variadic function cannot use sw… 16 void unprototyped_async() SWIFTASYNCCALL; // expected-error {{function with no prototype cannot use… 18 void multiple_ccs_async(int x) SWIFTASYNCCALL __attribute__((vectorcall)); // expected-error {{vect… 20 void (*asyncFunctionPointer)(void) SWIFTASYNCCALL; 27 void indirect_result_single_async(INDIRECT_RESULT void *out) SWIFTASYNCCALL; 28 …irect_result_multiple_async(INDIRECT_RESULT void *out1, INDIRECT_RESULT void *out2) SWIFTASYNCCALL; 41 void context_okay_async(CONTEXT void *context) SWIFTASYNCCALL; 42 …context_okay2_async(CONTEXT void *context, void *selfType, char **selfWitnessTable) SWIFTASYNCCALL;
|