Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Utility/
H A DRegisterValue.cpp803 bool RegisterValue::ClearBit(uint32_t bit) { in ClearBit() function in RegisterValue
814 return m_scalar.ClearBit(bit); in ClearBit()
H A DScalar.cpp868 bool Scalar::ClearBit(uint32_t bit) { in ClearBit() function in Scalar
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DRegisterValue.h142 bool ClearBit(uint32_t bit);
H A DScalar.h81 bool ClearBit(uint32_t bit);