OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RightOOBErrorMessage
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/tests/
asan_test_utils.h
75
string
RightOOBErrorMessage
(int oob_distance, bool is_write);
asan_test.cc
708
string
RightOOBErrorMessage
(int oob_distance, bool is_write) {
724
return
RightOOBErrorMessage
(oob_distance, /*is_write*/true);
728
return
RightOOBErrorMessage
(oob_distance, /*is_write*/false);
[
all
...]
Completed in 37 milliseconds