Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h154 u32 BitCountValue; in getIntegerBitCount() local
155 internal_memcpy(&BitCountValue, getBitIntBitCountPointer(), in getIntegerBitCount()
156 sizeof(BitCountValue)); in getIntegerBitCount()
157 return BitCountValue; in getIntegerBitCount()