Home
last modified time | relevance | path

Searched refs:RightOOBErrorMessage (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/tests/
Dasan_test_utils.h75 string RightOOBErrorMessage(int oob_distance, bool is_write);
Dasan_test.cc715 string RightOOBErrorMessage(int oob_distance, bool is_write) { in RightOOBErrorMessage() function
731 return RightOOBErrorMessage(oob_distance, /*is_write*/true); in RightOOBWriteMessage()
735 return RightOOBErrorMessage(oob_distance, /*is_write*/false); in RightOOBReadMessage()