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

  /src/tests/usr.bin/c++/
t_msan_allocated_memory.sh 44 atf_set "descr" "Test memory sanitizer for __msan_allocated_memory interface"
50 atf_set "descr" "Test memory sanitizer for __msan_allocated_memory with profiling option"
55 atf_set "descr" "Test memory sanitizer for __msan_allocated_memory with position independent code (PIC) flag"
60 atf_set "descr" "Test memory sanitizer for __msan_allocated_memory with position independent execution (PIE) flag"
71 __msan_allocated_memory(&x, sizeof(x));
88 __msan_allocated_memory(&x, sizeof(x));
112 __msan_allocated_memory(&x, sizeof(x));
136 __msan_allocated_memory(&x, sizeof(x));
  /src/tests/usr.bin/cc/
t_msan_allocated_memory.sh 44 atf_set "descr" "Test memory sanitizer for __msan_allocated_memory interface"
50 atf_set "descr" "Test memory sanitizer for __msan_allocated_memory with profiling option"
55 atf_set "descr" "Test memory sanitizer for __msan_allocated_memory with position independent code (PIC) flag"
60 atf_set "descr" "Test memory sanitizer for __msan_allocated_memory with position independent execution (PIE) flag"
71 __msan_allocated_memory(&x, sizeof(x));
88 __msan_allocated_memory(&x, sizeof(x));
112 __msan_allocated_memory(&x, sizeof(x));
136 __msan_allocated_memory(&x, sizeof(x));
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
msan_interface.h 48 __msan_allocated_memory() instead. */
89 void __msan_allocated_memory(const volatile void* data, size_t size);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interface_internal.h 147 void __msan_allocated_memory(const void* data, uptr size);
msan_interceptors.cc 919 void __msan_allocated_memory(const void *data, uptr size) { function in typeref:typename:void

Completed in 46 milliseconds