HomeSort by: relevance | last modified time | path
    Searched defs:check_idx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector.h 369 void check_idx(uptr idx) const { CHECK_LT(idx, size()); } function in class:__sanitizer::DeadlockDetector
377 check_idx(idx);
sanitizer_deadlock_detector.h 369 void check_idx(uptr idx) const { CHECK_LT(idx, size()); } function in class:__sanitizer::DeadlockDetector
377 check_idx(idx);

Completed in 40 milliseconds