Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/
Ddestroy.pass.cpp37 constexpr bool has_destroy() { in has_destroy() function
48 static_assert(has_destroy<HType&>(), ""); in do_test()
49 static_assert(has_destroy<HType&&>(), ""); in do_test()
52 static_assert(!has_destroy<HType const&>(), ""); in do_test()
53 static_assert(!has_destroy<HType const&&>(), ""); in do_test()
/external/wayland/src/
Dscanner.c1030 int has_destructor, has_destroy; in emit_stubs() local
1059 has_destroy = 0; in emit_stubs()
1064 has_destroy = 1; in emit_stubs()
1067 if (!has_destructor && has_destroy) { in emit_stubs()
1075 if (!has_destroy && strcmp(interface->name, "wl_display") != 0) { in emit_stubs()