HomeSort by: relevance | last modified time | path
    Searched refs:__msan_allocated_memory (Results 1 - 11 of 11) 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/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
msan_interface.h 52 __msan_allocated_memory() instead. */
95 void SANITIZER_CDECL __msan_allocated_memory(const volatile void *data,
  /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
msan_interface.h 50 __msan_allocated_memory() instead. */
91 void __msan_allocated_memory(const volatile void* data, size_t size);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Recycler.h 46 __msan_allocated_memory(Val, Size);
ArrayRecycler.h 51 __msan_allocated_memory(Entry, Capacity::get(Idx).getSize());
Allocator.h 165 __msan_allocated_memory(AlignedPtr, Size);
184 __msan_allocated_memory(AlignedPtr, Size);
196 __msan_allocated_memory(AlignedPtr, Size);
Compiler.h 425 # define __msan_allocated_memory(p, size) macro
  /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

Completed in 86 milliseconds