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.cc308 #define MSAN_MAYBE_STORE_ORIGIN(type, size) \ macro
321 MSAN_MAYBE_STORE_ORIGIN(u8, 1)
322 MSAN_MAYBE_STORE_ORIGIN(u16, 2)
323 MSAN_MAYBE_STORE_ORIGIN(u32, 4)
324 MSAN_MAYBE_STORE_ORIGIN(u64, 8)