OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asan_write
(Results
1 - 4
of
4
) 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
...]
/ndk/tests/device/asan-smoke/jni/
asan_oob_test.cc
51
NOINLINE void
asan_write
(T *a) {
function
60
asan_write
((T*)(p + off));
Completed in 251 milliseconds