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

/external/compiler-rt/lib/asan/tests/
H A Dasan_test_utils.h75 string RightOOBErrorMessage(int oob_distance, bool is_write);
H A Dasan_test.cc708 string RightOOBErrorMessage(int oob_distance, bool is_write) { function
724 return RightOOBErrorMessage(oob_distance, /*is_write*/true);
728 return RightOOBErrorMessage(oob_distance, /*is_write*/false);

Completed in 94 milliseconds