Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp372 #define MSAN_MAYBE_STORE_ORIGIN(type, size) \ macro
384 MSAN_MAYBE_STORE_ORIGIN(u8, 1)
385 MSAN_MAYBE_STORE_ORIGIN(u16, 2)
386 MSAN_MAYBE_STORE_ORIGIN(u32, 4)
387 MSAN_MAYBE_STORE_ORIGIN(u64, 8)