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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h87 bool removeEdgesFrom(const BV &from) { function
100 void removeEdgesFrom(uptr from) { function
H A Dsanitizer_deadlock_detector.h170 // removeEdgesFrom was called in removeNode.
196 g_.removeEdgesFrom(idx);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h85 bool removeEdgesFrom(const BV &from) { function
98 void removeEdgesFrom(uptr from) { function
H A Dsanitizer_deadlock_detector.h168 // removeEdgesFrom was called in removeNode.
194 g_.removeEdgesFrom(idx);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h86 bool removeEdgesFrom(const BV &from) { function
99 void removeEdgesFrom(uptr from) { function
H A Dsanitizer_deadlock_detector.h166 // removeEdgesFrom was called in removeNode.
192 g_.removeEdgesFrom(idx);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc141 g.removeEdgesFrom(bv);

Completed in 151 milliseconds