Home
last modified time | relevance | path

Searched refs:ASSERT_LT (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
106 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::noise(), in TEST()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPFixedPointTest.cpp346 ASSERT_LT(APFixedPoint(-1, getSAccumSema()), APFixedPoint(0, getAccumSema())); in TEST()
347 ASSERT_LT(APFixedPoint(-1, getSAccumSema()), in TEST()
349 ASSERT_LT(APFixedPoint(0, getSAccumSema()), APFixedPoint(1, getAccumSema())); in TEST()
350 ASSERT_LT(APFixedPoint(0, getSAccumSema()), APFixedPoint(1, getUAccumSema())); in TEST()
351 ASSERT_LT(APFixedPoint(0, getUSAccumSema()), APFixedPoint(1, getAccumSema())); in TEST()
352 ASSERT_LT(APFixedPoint(0, getUSAccumSema()), in TEST()
H A DSmallVectorTest.cpp1285 ASSERT_LT(V.size(), V.capacity()); in TYPED_TEST()
/llvm-project-15.0.7/libc/test/src/string/
H A Dmemcmp_test.cpp55 ASSERT_LT(__llvm_libc::memcmp(lhs, rhs, K_MAX_SIZE), 0); in TEST()
/llvm-project-15.0.7/lldb/unittests/Process/Linux/
H A DPerfTests.cpp85 ASSERT_LT(converted_tsc_diff, in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cpp206 ASSERT_LT(actual_len, sizeof(buf)); in TEST_F()
235 ASSERT_LT(len, sizeof(buf)); in TEST_F()
H A Dsanitizer_allocator_test.cpp1121 ASSERT_LT(2 * kAllocationSize, kRegionSize); in TEST()
1136 if (i) ASSERT_LT(p[i - 1], p[i]); in TEST()
1240 ASSERT_LT(from, to); in ReleasePageRangeToOS()
1242 ASSERT_LT(last_page_reported, from); in ReleasePageRangeToOS()
/llvm-project-15.0.7/llvm/unittests/Demangle/
H A DItaniumDemangleTest.cpp64 ASSERT_LT(Op[0], Op[1]); in TEST()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DIRSimilarityIdentifierTest.cpp1585 ASSERT_LT(UnsignedVec[2], UnsignedVec[0]); in TEST()
1618 ASSERT_LT(UnsignedVec[2], UnsignedVec[0]); in TEST()
1655 ASSERT_LT(UnsignedVec[2], UnsignedVec[3]); in TEST()
1656 ASSERT_LT(UnsignedVec[3], UnsignedVec[4]); in TEST()
1657 ASSERT_LT(UnsignedVec[4], UnsignedVec[5]); in TEST()
H A DMemorySSATest.cpp1384 ASSERT_LT(StoreAAccess->getID(), StoreBAccess->getID()); in TEST_F()
1385 ASSERT_LT(StoreBAccess->getID(), StoreA2Access->getID()); in TEST_F()
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp984 ASSERT_LT(0, listen_socket); in TEST_P()
999 ASSERT_LT(0, connect_socket); in TEST_P()
1011 ASSERT_LT(0, new_sock); in TEST_P()
1028 ASSERT_LT(0, server_socket); in TEST_P()
1040 ASSERT_LT(0, client_socket); in TEST_P()
1062 ASSERT_LT(0, res); in TEST_P()
1076 ASSERT_LT(0, res); in TEST_P()
1376 ASSERT_LT(res, sizeof(buf2)); in TEST()
3114 ASSERT_LT((size_t)res, sz); in GetProgramPath()
3174 ASSERT_LT((size_t)res, sz); in GetPathToLoadable()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DProgramTest.cpp293 ASSERT_LT(RetCode, 0) << "On error ExecuteAndWait should return 0 or " in TEST()
H A DPath.cpp1003 ASSERT_LT(OneDirLen, 12U); in TEST_F()
1039 ASSERT_LT(PreviousDirLen, 260U); in TEST_F()
1112 ASSERT_LT(a0, aa1); in TEST_F()
1113 ASSERT_LT(a0, ab1); in TEST_F()
1114 ASSERT_LT(z0, za1); in TEST_F()
H A DVirtualFileSystemTest.cpp590 ASSERT_LT(Index, 4); in TEST()
668 ASSERT_LT(Index, 7); in TEST()
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DLibcTest.h324 #define ASSERT_LT(LHS, RHS) \
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dsegmented_array_test.cpp341 ASSERT_LT(A.size(), Count); in TEST()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp39 ASSERT_LT(WhichMsg, ExpectedMsgs.size()); in checkError()
740 ASSERT_LT(LT1, LT2); in TEST()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2068 # define ASSERT_LT(val1, val2) GTEST_ASSERT_LT(val1, val2) macro