HomeSort by: relevance | last modified time | path
    Searched refs:asan_write (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/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 73 NOINLINE void asan_write(T *a) { function in typeref:typename:NOINLINE void
asan_test.cc 58 asan_write((T *)((char *)p + off));

Completed in 14 milliseconds