Home
last modified time | relevance | path

Searched defs:__msan_allocated_memory (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/Support/
H A DCompiler.h381 # define __msan_allocated_memory(p, size) macro
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCompiler.h389 # define __msan_allocated_memory(p, size) macro
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DCompiler.h397 # define __msan_allocated_memory(p, size) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DCompiler.h442 # define __msan_allocated_memory(p, size) macro
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCompiler.h418 # define __msan_allocated_memory(p, size) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DCompiler.h434 # define __msan_allocated_memory(p, size) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DCompiler.h434 # define __msan_allocated_memory(p, size) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DCompiler.h434 # define __msan_allocated_memory(p, size) macro
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc934 void __msan_allocated_memory(const void *data, uptr size) { in __msan_allocated_memory() function