Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/
Dasan_test_utils.h79 std::string LeftOOBErrorMessage(int oob_distance, bool is_write);
Dasan_test.cpp767 std::string LeftOOBErrorMessage(int oob_distance, bool is_write) { in LeftOOBErrorMessage() function
783 return LeftOOBErrorMessage(oob_distance, /*is_write*/true); in LeftOOBWriteMessage()
787 return LeftOOBErrorMessage(oob_distance, /*is_write*/false); in LeftOOBReadMessage()