Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_test_utils.h76 std::string RightOOBErrorMessage(int oob_distance, bool is_write);
H A Dasan_test.cpp743 std::string RightOOBErrorMessage(int oob_distance, bool is_write) { in RightOOBErrorMessage() function
759 return RightOOBErrorMessage(oob_distance, /*is_write*/true); in RightOOBWriteMessage()
763 return RightOOBErrorMessage(oob_distance, /*is_write*/false); in RightOOBReadMessage()