Searched defs:ASSERT_NE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dselftest.h360 #define ASSERT_NE(VAL1, VAL2) \ macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dselftest.h358 #define ASSERT_NE(VAL1, VAL2) \ macro
/netbsd-current/external/mit/libuv/dist/test/
H A Dtask.h205 #define ASSERT_NE(a, b) ASSERT_BASE(a, !=, b, int64_t, PRId64) macro
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2061 # define ASSERT_NE(val1, val2) GTEST_ASSERT_NE(val1, val2) macro

Completed in 111 milliseconds