Home
last modified time | relevance | path

Searched refs:async_leaf_method (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dswift-async-call-conv.c143 SWIFTASYNCCALL void async_leaf_method(char * ASYNC_CONTEXT ctx) { in async_leaf_method() function
147 return async_leaf_method(ctx); in async_nonleaf_method1()
150 return this->async_leaf_method(ctx); in async_nonleaf_method2()
154 SWIFTASYNCCALL void (S::*async_leaf_method_ptr)(char * ASYNC_CONTEXT) = &S::async_leaf_method;