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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_test_utils.h 77 string RightOOBErrorMessage(int oob_distance, bool is_write);
asan_test.cc 743 string RightOOBErrorMessage(int oob_distance, bool is_write) {
759 return RightOOBErrorMessage(oob_distance, /*is_write*/true);
763 return RightOOBErrorMessage(oob_distance, /*is_write*/false);

Completed in 13 milliseconds