Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan.cpp364 #define MSAN_MAYBE_STORE_ORIGIN(type, size) \ macro
377 MSAN_MAYBE_STORE_ORIGIN(u8, 1)
378 MSAN_MAYBE_STORE_ORIGIN(u16, 2)
379 MSAN_MAYBE_STORE_ORIGIN(u32, 4)
380 MSAN_MAYBE_STORE_ORIGIN(u64, 8)