Home
last modified time | relevance | path

Searched defs:EXPECT_TRUE (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libc/test/IntegrationTest/
H A Dtest.h51 #define EXPECT_TRUE(val) __CHECK_TRUE(__FILE__, __LINE__, val, false) macro
/llvm-project/clang/test/Analysis/
H A Dgtest.cpp124 #define EXPECT_TRUE(condition) \ macro
/llvm-project/pstl/test/support/
H A Dutils.h42 #define EXPECT_TRUE(condition, message) ::TestUtils::expect(true, condition, __FILE__, __LINE__, me… macro
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h1807 #define EXPECT_TRUE(condition) GTEST_EXPECT_TRUE(condition) macro