Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dselftest.h409 #define ASSERT_LT(LHS, RHS) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dselftest.h411 #define ASSERT_LT(LHS, RHS) \ macro
/netbsd-src/external/mit/libuv/dist/test/
H A Dtask.h204 #define ASSERT_LT(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.h2069 # define ASSERT_LT(val1, val2) GTEST_ASSERT_LT(val1, val2) macro