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

/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_mutexset.h34 void Del(u64 id, bool write);
59 void MutexSet::Del(u64 id, bool write) {} function in class:__tsan::MutexSet
H A Dtsan_mutexset.cc53 void MutexSet::Del(u64 id, bool write) { function in class:__tsan::MutexSet
H A Dtsan_rtl_mutex.cc215 thr->mset.Del(s->GetId(), true);
291 thr->mset.Del(mid, false);
331 thr->mset.Del(s->GetId(), write);
H A Dtsan_rtl_report.cc415 mset->Del(pc, true);
419 mset->Del(pc, false);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_destructible/
H A Dvalue.cc82 static_assert(std::is_destructible<std::initializer_list<Del>>::value,
91 static_assert(!std::is_destructible<Del>::value, "Error");
92 static_assert(!std::is_destructible<const Del>::value, "Error");
97 static_assert(!std::is_destructible<Del[1]>::value, "Error");
98 static_assert(!std::is_destructible<const Del[1]>::value, "Error");
99 static_assert(!std::is_destructible<Del[]>::value, "Error");
100 static_assert(!std::is_destructible<const Del[]>::value, "Error");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_nothrow_destructible/
H A Dvalue.cc66 static_assert(std::is_nothrow_destructible<Del&>::value, "Error");
69 static_assert(std::is_nothrow_destructible<Del(&)[1]>::value, "Error");
72 static_assert(std::is_nothrow_destructible<Del&&>::value, "Error");
75 static_assert(std::is_nothrow_destructible<Del(&&)[1]>::value, "Error");
106 static_assert(!std::is_nothrow_destructible<Del>::value, "Error");
109 static_assert(!std::is_nothrow_destructible<Del[1]>::value, "Error");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_tr1.h578 struct Del struct in namespace:__gnu_test::destruct
580 ~Del() = delete;

Completed in 111 milliseconds