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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h186 uptr getData(uptr node) const { return data_[nodeToIndex(node)]; }
193 uptr idx = nodeToIndex(node);
208 uptr cur_idx = nodeToIndex(cur_node);
213 return dtls->findLockContext(nodeToIndex(node));
219 uptr cur_idx = nodeToIndex(cur_node);
247 uptr cur_idx = nodeToIndex(cur_node);
266 uptr from_idx = nodeToIndex(from_node);
267 uptr to_idx = nodeToIndex(to_node);
296 uptr cur_idx = nodeToIndex(cur_node);
319 uptr idx = nodeToIndex(cur_nod
383 uptr nodeToIndex(uptr node) const { function in class:__sanitizer::DeadlockDetector
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h184 uptr getData(uptr node) const { return data_[nodeToIndex(node)]; }
191 uptr idx = nodeToIndex(node);
206 uptr cur_idx = nodeToIndex(cur_node);
211 return dtls->findLockContext(nodeToIndex(node));
217 uptr cur_idx = nodeToIndex(cur_node);
245 uptr cur_idx = nodeToIndex(cur_node);
264 uptr from_idx = nodeToIndex(from_node);
265 uptr to_idx = nodeToIndex(to_node);
294 uptr cur_idx = nodeToIndex(cur_node);
317 uptr idx = nodeToIndex(cur_nod
381 uptr nodeToIndex(uptr node) const { function in class:__sanitizer::DeadlockDetector
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h182 uptr getData(uptr node) const { return data_[nodeToIndex(node)]; }
189 uptr idx = nodeToIndex(node);
204 uptr cur_idx = nodeToIndex(cur_node);
209 return dtls->findLockContext(nodeToIndex(node));
215 uptr cur_idx = nodeToIndex(cur_node);
243 uptr cur_idx = nodeToIndex(cur_node);
260 uptr from_idx = nodeToIndex(from_node);
261 uptr to_idx = nodeToIndex(to_node);
290 uptr cur_idx = nodeToIndex(cur_node);
313 uptr idx = nodeToIndex(cur_nod
377 uptr nodeToIndex(uptr node) const { function in class:__sanitizer::DeadlockDetector
[all...]

Completed in 98 milliseconds