Home
last modified time | relevance | path

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

/llvm-project/libc/test/IntegrationTest/
H A Dtest.h54 #define ASSERT_FALSE(val) __CHECK_FALSE(__FILE__, __LINE__, val, true) macro
/llvm-project/clang/test/Analysis/
H A Dgtest.cpp131 #define ASSERT_FALSE(condition) \ macro
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h1819 #define ASSERT_FALSE(condition) GTEST_ASSERT_FALSE(condition) macro