Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h363 void check_idx(uptr idx) const { CHECK_LT(idx, size()); } in check_idx() function
371 check_idx(idx); in indexToNode()