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

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