Home
last modified time | relevance | path

Searched defs:EXPECT_FALSE (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/test/IntegrationTest/
H A Dtest.h53 #define EXPECT_FALSE(val) __CHECK_FALSE(__FILE__, __LINE__, val, false) macro
/llvm-project/pstl/test/support/
H A Dutils.h43 #define EXPECT_FALSE(condition, message) ::TestUtils::expect(false, condition, __FILE__, __LINE__, … macro
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h1811 #define EXPECT_FALSE(condition) GTEST_EXPECT_FALSE(condition) macro