Home
last modified time | relevance | path

Searched defs:oob_distance (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_test.cc743 string RightOOBErrorMessage(int oob_distance, bool is_write) { in RightOOBErrorMessage()
758 string RightOOBWriteMessage(int oob_distance) { in RightOOBWriteMessage()
762 string RightOOBReadMessage(int oob_distance) { in RightOOBReadMessage()
767 string LeftOOBErrorMessage(int oob_distance, bool is_write) { in LeftOOBErrorMessage()
782 string LeftOOBWriteMessage(int oob_distance) { in LeftOOBWriteMessage()
786 string LeftOOBReadMessage(int oob_distance) { in LeftOOBReadMessage()
790 string LeftOOBAccessMessage(int oob_distance) { in LeftOOBAccessMessage()
H A Dasan_str_test.cc43 string LeftOOBReadMessage(OOBKind oob_kind, int oob_distance) { in LeftOOBReadMessage()
48 string RightOOBReadMessage(OOBKind oob_kind, int oob_distance) { in RightOOBReadMessage()