Searched refs:testOnlyHasEdgeRaw (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cc308 EXPECT_TRUE(d.testOnlyHasEdgeRaw(0, 1));
309 EXPECT_FALSE(d.testOnlyHasEdgeRaw(1, 0));
310 EXPECT_FALSE(d.testOnlyHasEdgeRaw(3, 0));
311 EXPECT_FALSE(d.testOnlyHasEdgeRaw(4, 0));
312 EXPECT_FALSE(d.testOnlyHasEdgeRaw(5, 0));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h357 bool testOnlyHasEdgeRaw(uptr idx1, uptr idx2) { function in class:__sanitizer::DeadlockDetector
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h355 bool testOnlyHasEdgeRaw(uptr idx1, uptr idx2) { function in class:__sanitizer::DeadlockDetector
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h351 bool testOnlyHasEdgeRaw(uptr idx1, uptr idx2) { function in class:__sanitizer::DeadlockDetector

Completed in 202 milliseconds