Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h182 typedef uintptr_t LargeType; in ForEachNonZeroByte() typedef
183 const size_t Step = sizeof(LargeType) / sizeof(uint8_t); in ForEachNonZeroByte()
193 if (LargeType Bundle = *reinterpret_cast<const LargeType *>(P)) in ForEachNonZeroByte()