Searched refs:__msan_allocated_memory (Results 1 – 14 of 14) sorted by relevance
/external/compiler-rt/test/msan/ |
D | msan_print_shadow.cc | 18 __msan_allocated_memory(p + 4*3, 4); in main() 19 __msan_allocated_memory(p + 4*4, 4); in main() 20 __msan_allocated_memory(p + 4*5, 4); in main() 21 __msan_allocated_memory(p + 4*6, 4); in main() 22 __msan_allocated_memory(p + 4*7, 4); in main() 23 __msan_allocated_memory(p + 4*8, 4); in main() 24 __msan_allocated_memory(p + 4*9, 4); in main() 25 __msan_allocated_memory(p + 4*10, 4); in main() 26 __msan_allocated_memory(p + 4*11, 4); in main() 27 __msan_allocated_memory(p + 4*12, 4); in main() [all …]
|
D | select_float_origin.cc | 16 __msan_allocated_memory(&x, sizeof(x)); in main() 17 __msan_allocated_memory(&y, sizeof(y)); in main()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 228 __msan_allocated_memory(AlignedPtr, Size); in Allocate() 246 __msan_allocated_memory(AlignedPtr, Size); in Allocate() 258 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
|
D | Compiler.h | 380 # define __msan_allocated_memory(p, size) macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Allocator.h | 236 __msan_allocated_memory(AlignedPtr, Size); in Allocate() 254 __msan_allocated_memory(AlignedPtr, Size); in Allocate() 266 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
|
D | Recycler.h | 47 __msan_allocated_memory(Val, Size); in pop_val()
|
D | ArrayRecycler.h | 52 __msan_allocated_memory(Entry, Capacity::get(Idx).getSize()); in pop()
|
D | Compiler.h | 379 # define __msan_allocated_memory(p, size) macro
|
/external/llvm/include/llvm/Support/ |
D | Allocator.h | 225 __msan_allocated_memory(AlignedPtr, Size); in Allocate() 243 __msan_allocated_memory(AlignedPtr, Size); in Allocate() 255 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
|
D | Compiler.h | 381 # define __msan_allocated_memory(p, size) macro
|
/external/v8/src/ |
D | msan.h | 19 __msan_allocated_memory(reinterpret_cast<const void*>(p), (s))
|
/external/compiler-rt/include/sanitizer/ |
D | msan_interface.h | 89 void __msan_allocated_memory(const volatile void* data, size_t size);
|
/external/compiler-rt/lib/msan/ |
D | msan_interface_internal.h | 137 void __msan_allocated_memory(const void* data, uptr size);
|
D | msan_interceptors.cc | 934 void __msan_allocated_memory(const void *data, uptr size) { in __msan_allocated_memory() function
|