Home
last modified time | relevance | path

Searched refs:testOnlyHasEdge (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.cpp334 EXPECT_FALSE(d.testOnlyHasEdge(l0, l1)); in RunTryLockTest()
335 EXPECT_TRUE(d.testOnlyHasEdge(l1, l2)); in RunTryLockTest()
405 EXPECT_TRUE(d.testOnlyHasEdge(l0, l1)); in RunRecusriveLockTest()
406 EXPECT_TRUE(d.testOnlyHasEdge(l0, l2)); in RunRecusriveLockTest()
407 EXPECT_TRUE(d.testOnlyHasEdge(l0, l3)); in RunRecusriveLockTest()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h347 bool testOnlyHasEdge(uptr l1, uptr l2) { in testOnlyHasEdge() function