Home
last modified time | relevance | path

Searched refs:testOnlyHasEdgeRaw (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cpp307 EXPECT_TRUE(d.testOnlyHasEdgeRaw(0, 1)); in RunCorrectEpochFlush()
308 EXPECT_FALSE(d.testOnlyHasEdgeRaw(1, 0)); in RunCorrectEpochFlush()
309 EXPECT_FALSE(d.testOnlyHasEdgeRaw(3, 0)); in RunCorrectEpochFlush()
310 EXPECT_FALSE(d.testOnlyHasEdgeRaw(4, 0)); in RunCorrectEpochFlush()
311 EXPECT_FALSE(d.testOnlyHasEdgeRaw(5, 0)); in RunCorrectEpochFlush()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h351 bool testOnlyHasEdgeRaw(uptr idx1, uptr idx2) { in testOnlyHasEdgeRaw() function