Searched refs:LeftOOBErrorMessage (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_test_utils.h80 string LeftOOBErrorMessage(int oob_distance, bool is_write);
H A Dasan_test.cc767 string LeftOOBErrorMessage(int oob_distance, bool is_write) { function
783 return LeftOOBErrorMessage(oob_distance, /*is_write*/true);
787 return LeftOOBErrorMessage(oob_distance, /*is_write*/false);

Completed in 75 milliseconds