Searched refs:__dummy_resume_destroy_func (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__coroutine/
H A Dnoop_coroutine_handle.h68 static void __dummy_resume_destroy_func() {} function in struct:coroutine_handle::__noop_coroutine_frame_ty_
70 void (*__resume_)() = __dummy_resume_destroy_func;
71 void (*__destroy_)() = __dummy_resume_destroy_func;

Completed in 101 milliseconds