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

  /src/external/gpl3/gcc/dist/gcc/
selftest.h 428 #define ASSERT_LT(LHS, RHS) \
431 /* Like ASSERT_LT, but treat LOC as the effective location of the
436 const char *desc_ = "ASSERT_LT (" #LHS ", " #RHS ")"; \
  /src/external/gpl3/gcc.old/dist/gcc/
selftest.h 409 #define ASSERT_LT(LHS, RHS) \
412 /* Like ASSERT_LT, but treat LOC as the effective location of the
417 const char *desc_ = "ASSERT_LT (" #LHS ", " #RHS ")"; \
  /src/external/mit/libuv/dist/test/
task.h 203 #define ASSERT_LT(a, b) ASSERT_BASE(a, <, b, int64_t, PRId64)
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 2024 // ASSERT_LT(i, array_size);
2069 # define ASSERT_LT(val1, val2) GTEST_ASSERT_LT(val1, val2)

Completed in 25 milliseconds