Home
last modified time | relevance | path

Searched defs:EXPECT_DEATH (Results 1 – 5 of 5) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dscudo_unit_test.h28 #define EXPECT_DEATH(X, Y) ASSERT_DEATH(([&] { X; }), "") macro
30 #define EXPECT_DEATH(X, Y) \ macro
/llvm-project/libc/test/UnitTest/
H A DZxTest.h28 #define EXPECT_DEATH( global() macro
/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Dharness.h24 // EXPECT_DEATH as a wrapper for zxtest's ASSERT_DEATH. Note that zxtest drops macro
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest-death-test.h189 #define EXPECT_DEATH(statement, matcher) \ macro
/llvm-project/libcxx/test/support/
H A Dcheck_assertion.h386 #define EXPECT_DEATH(...) \ macro