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

  /external/compiler-rt/lib/msan/lit_tests/Linux/
syscalls.cc 38 __msan_poison(buf, kTen + 1);
42 __msan_poison(buf, kTen + 1);
46 __msan_poison(buf, kTen + 1);
50 __msan_poison(buf, sizeof(buf));
54 __msan_poison(buf, sizeof(buf));
59 __msan_poison(buf, sizeof(buf));
63 __msan_poison(buf, sizeof(buf));
glob_altdirfunc.cc 29 if (d) __msan_poison(d, d->d_reclen); // hehe
70 __msan_poison(globbuf.gl_pathv[0], strlen(globbuf.gl_pathv[0]) + 1);
71 __msan_poison(globbuf.gl_pathv[1], strlen(globbuf.gl_pathv[1]) + 1);
  /external/compiler-rt/include/sanitizer/
msan_interface.h 45 void __msan_poison(const void *a, size_t size);
145 #define __msan_poison(a, size) macro
  /external/compiler-rt/lib/msan/
msan_allocator.cc 57 __msan_poison(res, size);
77 __msan_poison(p, size);
98 __msan_poison((char*)old_p + old_size, new_size - old_size);
msan_interface_internal.h 57 void __msan_poison(const void *a, uptr size);
msan_interceptors.cc 795 __msan_poison(data, size);
1101 void __msan_poison(const void *a, uptr size) { function
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 151 __msan_poison(&poisoned_array[i], sizeof(T));
159 __msan_poison(&poisoned_array[i], sizeof(T));
408 __msan_poison(zero, sizeof(*zero));
743 __msan_poison(&sai, sizeof(sai));
749 __msan_poison(&sai, sizeof(sai));
1040 __msan_poison(buf + 2, sizeof(*buf));
1051 __msan_poison(buf + 2, sizeof(*buf));
1062 __msan_poison(buf + 1, sizeof(*buf));
1063 __msan_poison(buf + 2, sizeof(*buf));
    [all...]

Completed in 53 milliseconds