Home
last modified time | relevance | path

Searched refs:MSAN_MAYBE_STORE_ORIGIN (Results 1 – 2 of 2) 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)
/external/llvm-project/compiler-rt/lib/msan/
Dmsan.cpp342 #define MSAN_MAYBE_STORE_ORIGIN(type, size) \ macro
355 MSAN_MAYBE_STORE_ORIGIN(u8, 1)
356 MSAN_MAYBE_STORE_ORIGIN(u16, 2)
357 MSAN_MAYBE_STORE_ORIGIN(u32, 4)
358 MSAN_MAYBE_STORE_ORIGIN(u64, 8)