OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clearBitsInMask
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ADT/
SmallBitVector.h
532
///
clearBitsInMask
- Clear any bits in this vector that are set in Mask.
534
void
clearBitsInMask
(const uint32_t *Mask, unsigned MaskWords = ~0u) {
538
getPointer()->
clearBitsInMask
(Mask, MaskWords);
BitVector.h
501
///
clearBitsInMask
- Clear any bits in this vector that are set in Mask.
503
void
clearBitsInMask
(const uint32_t *Mask, unsigned MaskWords = ~0u) {
Completed in 336 milliseconds