Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan.cc332 #define MSAN_MAYBE_STORE_ORIGIN(type, size) \ macro
345 MSAN_MAYBE_STORE_ORIGIN(u8, 1)
346 MSAN_MAYBE_STORE_ORIGIN(u16, 2)
347 MSAN_MAYBE_STORE_ORIGIN(u32, 4)
348 MSAN_MAYBE_STORE_ORIGIN(u64, 8)