OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asan_write
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/tests/
asan_oob_test.cc
17
if (size == 1)
asan_write
((uint8_t*)p);
18
else if (size == 2)
asan_write
((uint16_t*)p);
19
else if (size == 4)
asan_write
((uint32_t*)p);
20
else if (size == 8)
asan_write
((uint64_t*)p);
28
asan_write
((T*)(p + off));
asan_test_utils.h
71
NOINLINE void
asan_write
(T *a) {
function
asan_test.cc
40
asan_write
((T *)((char *)p + off));
[
all
...]
Completed in 1862 milliseconds