Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8650 uint64_t covered_bits = 0; in DumpEnumValue() local
8669 if (llvm::popcount(val) != 1 && (val & ~covered_bits) != 0) in DumpEnumValue()
8671 covered_bits |= val; in DumpEnumValue()