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.cpp8480 uint64_t covered_bits = 0; in DumpEnumValue() local
8492 if (llvm::popcount(val) != 1 && (val & ~covered_bits) != 0) in DumpEnumValue()
8494 covered_bits |= val; in DumpEnumValue()