Searched refs:DOCTEST_NOEXCEPT (Results 1 – 1 of 1) sorted by relevance
389 #ifndef DOCTEST_NOEXCEPT391 #define DOCTEST_NOEXCEPT macro393 #define DOCTEST_NOEXCEPT noexcept3505 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 …]