Searched refs:findShortestPath (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h145 uptr findShortestPath(uptr from, const BV &targets, uptr *path, function
H A Dsanitizer_deadlock_detector.h321 uptr res = g_.findShortestPath(idx, tmp_bv_, path, path_size);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h143 uptr findShortestPath(uptr from, const BV &targets, uptr *path, function
H A Dsanitizer_deadlock_detector.h319 uptr res = g_.findShortestPath(idx, tmp_bv_, path, path_size);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h144 uptr findShortestPath(uptr from, const BV &targets, uptr *path, function
H A Dsanitizer_deadlock_detector.h315 uptr res = g_.findShortestPath(idx, tmp_bv_, path, path_size);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc293 // But findShortestPath will find the shortest path.
294 EXPECT_EQ(2U, g.findShortestPath(1, t7, path, 2));
295 EXPECT_EQ(2U, g.findShortestPath(1, t7, path, 7));

Completed in 109 milliseconds