OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ASSERT_FALSE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/tests/
poolTests.c
25
#define
ASSERT_FALSE
(p) ASSERT_TRUE(!(p))
49
ASSERT_FALSE
(ZSTD_pthread_mutex_init(&data.mutex, NULL));
162
ASSERT_FALSE
( ZSTD_pthread_mutex_init(&test.mut, NULL) );
163
ASSERT_FALSE
( ZSTD_pthread_cond_init(&test.cond, NULL) );
214
ASSERT_FALSE
( ZSTD_pthread_mutex_init(&test.mut, NULL) );
/src/external/gpl3/gcc.old/dist/gcc/
selftest.h
300
#define
ASSERT_FALSE
(EXPR) \
303
/* Like
ASSERT_FALSE
, but treat LOC as the effective location of the
308
const char *desc_ = "
ASSERT_FALSE
(" #EXPR ")"; \
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h
234
// messages in EXPECT_FALSE and
ASSERT_FALSE
(negative assertions show up
314
// Returns the assertion's negation. Used with EXPECT/
ASSERT_FALSE
.
1977
#define
ASSERT_FALSE
(condition) \
Completed in 41 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026