Lines Matching refs:eptr
198 std::exception_ptr eptr = nullptr; in ZTEST() local
203 eptr = std::current_exception(); in ZTEST()
205 zassert_not_equal(nullptr, eptr, "an exception was not thrown"); in ZTEST()
207 eptr = nullptr; in ZTEST()
211 eptr = std::current_exception(); in ZTEST()
213 zassert_not_equal(nullptr, eptr, "an exception was not thrown"); in ZTEST()
220 std::exception_ptr eptr = nullptr; in ZTEST() local
226 eptr = std::current_exception(); in ZTEST()
228 zassert_not_equal(nullptr, eptr, "an exception was not thrown"); in ZTEST()
230 eptr = nullptr; in ZTEST()
235 eptr = std::current_exception(); in ZTEST()
237 zassert_not_equal(nullptr, eptr, "an exception was not thrown"); in ZTEST()