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

/external/compiler-rt/lib/asan/tests/
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 73 milliseconds