OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testOnlyHasEdge
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_deadlock_detector_test.cc
335
EXPECT_FALSE(d.
testOnlyHasEdge
(l0, l1));
336
EXPECT_TRUE(d.
testOnlyHasEdge
(l1, l2));
406
EXPECT_TRUE(d.
testOnlyHasEdge
(l0, l1));
407
EXPECT_TRUE(d.
testOnlyHasEdge
(l0, l2));
408
EXPECT_TRUE(d.
testOnlyHasEdge
(l0, l3));
/external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector.h
353
bool
testOnlyHasEdge
(uptr l1, uptr l2) {
Completed in 43 milliseconds