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

/external/compiler-rt/lib/asan/tests/
H A Dasan_test_utils.h78 string LeftOOBErrorMessage(int oob_distance, bool is_write);
H A Dasan_test.cc732 string LeftOOBErrorMessage(int oob_distance, bool is_write) { function
748 return LeftOOBErrorMessage(oob_distance, /*is_write*/true);
752 return LeftOOBErrorMessage(oob_distance, /*is_write*/false);

Completed in 1497 milliseconds