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.h79 string RightOOBErrorMessage(int oob_distance, bool is_write);
Dasan_test.cc659 string RightOOBErrorMessage(int oob_distance, bool is_write) { in RightOOBErrorMessage() function
669 return RightOOBErrorMessage(oob_distance, /*is_write*/true); in RightOOBWriteMessage()
673 return RightOOBErrorMessage(oob_distance, /*is_write*/false); in RightOOBReadMessage()