HomeSort by: relevance | last modified time | path
    Searched defs:ASSERT_TRUE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/
poolTests.c 19 #define ASSERT_TRUE(p) \
25 #define ASSERT_FALSE(p) ASSERT_TRUE(!(p))
26 #define ASSERT_EQ(lhs, rhs) ASSERT_TRUE((lhs) == (rhs))
47 ASSERT_TRUE(ctx);
78 ASSERT_TRUE(ctx);
159 ASSERT_TRUE(ctx);
195 ASSERT_TRUE(ctx);
  /src/external/gpl3/gcc/dist/gcc/
selftest.h 287 #define ASSERT_TRUE(EXPR) \
290 /* Like ASSERT_TRUE, but treat LOC as the effective location of the
295 const char *desc_ = "ASSERT_TRUE (" #EXPR ")"; \
  /src/external/gpl3/gcc.old/dist/gcc/
selftest.h 280 #define ASSERT_TRUE(EXPR) \
283 /* Like ASSERT_TRUE, but treat LOC as the effective location of the
288 const char *desc_ = "ASSERT_TRUE (" #EXPR ")"; \
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 1390 // Google Test assertion macros (e.g. ASSERT_TRUE, EXPECT_EQ, etc)
1844 // ASSERT_TRUE(foo.DoesBar(GetParam()));
1974 #define ASSERT_TRUE(condition) \

Completed in 39 milliseconds