Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegisterValue.cpp799 bool RegisterValue::ClearBit(uint32_t bit) { in ClearBit() function in RegisterValue
810 return m_scalar.ClearBit(bit); in ClearBit()
H A DScalar.cpp2649 bool Scalar::ClearBit(uint32_t bit) { in ClearBit() function in Scalar
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegisterValue.h141 bool ClearBit(uint32_t bit);
H A DScalar.h136 bool ClearBit(uint32_t bit);