OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testOnlyHasEdgeRaw
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_deadlock_detector_test.cc
308
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));
/external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector.h
357
bool
testOnlyHasEdgeRaw
(uptr idx1, uptr idx2) {
Completed in 32 milliseconds