Searched refs:has_destroy (Results 1 – 2 of 2) sorted by relevance
37 constexpr bool has_destroy() { in has_destroy() function48 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()
1030 int has_destructor, has_destroy; in emit_stubs() local1059 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()