Home
last modified time | relevance | path

Searched refs:__msan_allocated_memory (Results 1 – 14 of 14) sorted by relevance

/external/compiler-rt/test/msan/
Dmsan_print_shadow.cc18 __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 …]
Dselect_float_origin.cc16 __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/
DAllocator.h228 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
246 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
258 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
DCompiler.h380 # define __msan_allocated_memory(p, size) macro
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DAllocator.h236 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
254 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
266 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
DRecycler.h47 __msan_allocated_memory(Val, Size); in pop_val()
DArrayRecycler.h52 __msan_allocated_memory(Entry, Capacity::get(Idx).getSize()); in pop()
DCompiler.h379 # define __msan_allocated_memory(p, size) macro
/external/llvm/include/llvm/Support/
DAllocator.h225 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
243 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
255 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
DCompiler.h381 # define __msan_allocated_memory(p, size) macro
/external/v8/src/
Dmsan.h19 __msan_allocated_memory(reinterpret_cast<const void*>(p), (s))
/external/compiler-rt/include/sanitizer/
Dmsan_interface.h89 void __msan_allocated_memory(const volatile void* data, size_t size);
/external/compiler-rt/lib/msan/
Dmsan_interface_internal.h137 void __msan_allocated_memory(const void* data, uptr size);
Dmsan_interceptors.cc934 void __msan_allocated_memory(const void *data, uptr size) { in __msan_allocated_memory() function