Home
last modified time | relevance | path

Searched refs:nodeToIndex (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h182 uptr getData(uptr node) const { return data_[nodeToIndex(node)]; } in getData()
189 uptr idx = nodeToIndex(node); in removeNode()
204 uptr cur_idx = nodeToIndex(cur_node); in onLockBefore()
209 return dtls->findLockContext(nodeToIndex(node)); in findLockContext()
215 uptr cur_idx = nodeToIndex(cur_node);
243 uptr cur_idx = nodeToIndex(cur_node); in addEdges()
260 uptr from_idx = nodeToIndex(from_node); in findEdge()
261 uptr to_idx = nodeToIndex(to_node); in findEdge()
290 uptr cur_idx = nodeToIndex(cur_node);
313 uptr idx = nodeToIndex(cur_node); in findPathToLock()
[all …]