Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dselftest.h390 #define ASSERT_GT(LHS, RHS) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dselftest.h392 #define ASSERT_GT(LHS, RHS) \ macro
/netbsd-src/external/mit/libuv/dist/test/
H A Dtask.h202 #define ASSERT_GT(a, b) ASSERT_BASE(a, >, b, int64_t, PRId64) macro
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2077 # define ASSERT_GT(val1, val2) GTEST_ASSERT_GT(val1, val2) macro