Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Ddoctest.h389 #ifndef DOCTEST_NOEXCEPT
391 #define DOCTEST_NOEXCEPT macro
393 #define DOCTEST_NOEXCEPT noexcept
3505 T operator++() DOCTEST_NOEXCEPT { return fetch_add(1) + 1; }
3507 T operator++(int) DOCTEST_NOEXCEPT { return fetch_add(1); }
3517 operator T() const DOCTEST_NOEXCEPT { return load(); }
3553 Atomic<T>& myAtomic() DOCTEST_NOEXCEPT {
4750 std::set_terminate([]() DOCTEST_NOEXCEPT {
5111 ScopedElement( ScopedElement&& other ) DOCTEST_NOEXCEPT;
5112 ScopedElement& operator=( ScopedElement&& other ) DOCTEST_NOEXCEPT;
[all …]