HomeSort by relevance Sort by last modified time
    Searched refs:RightOOBErrorMessage (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/tests/
asan_test_utils.h 79 string RightOOBErrorMessage(int oob_distance, bool is_write);
asan_test.cc 692 string RightOOBErrorMessage(int oob_distance, bool is_write) {
702 return RightOOBErrorMessage(oob_distance, /*is_write*/true);
706 return RightOOBErrorMessage(oob_distance, /*is_write*/false);
    [all...]

Completed in 25 milliseconds