HomeSort by relevance Sort by last modified time
    Searched refs:has_destroy (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/
destroy.pass.cpp 37 constexpr bool has_destroy() { function
48 static_assert(has_destroy<HType&>(), "");
49 static_assert(has_destroy<HType&&>(), "");
52 static_assert(!has_destroy<HType const&>(), "");
53 static_assert(!has_destroy<HType const&&>(), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/
destroy.pass.cpp 37 constexpr bool has_destroy() { function
48 static_assert(has_destroy<HType&>(), "");
49 static_assert(has_destroy<HType&&>(), "");
52 static_assert(!has_destroy<HType const&>(), "");
53 static_assert(!has_destroy<HType const&&>(), "");
  /external/wayland/src/
scanner.c 1030 int has_destructor, has_destroy; local
1059 has_destroy = 0;
1064 has_destroy = 1;
1067 if (!has_destructor && has_destroy) {
1075 if (!has_destroy && strcmp(interface->name, "wl_display") != 0) {
    [all...]

Completed in 261 milliseconds